8000 GitHub - viviensiu/mlops-zoomcamp: My learning notes for DataTalks.Club ML Ops zoomcamp
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

viviensiu/mlops-zoomcamp

Repository files navigation

mlops-zoomcamp

My learning notes for DataTalks.Club ML Ops zoomcamp

Environment setup

  • Done using conda. Environment can be recreated using the environment.yml file with following command.
conda create --name <env name> --file environment.txt

Update environment.yml

conda env export --from-history > environment.yml

Pip installations

  • Note that the conda install for Prefect will have issues when running prefect server start. Use pip install -U prefect instead. Refer unit 3 notes for details.

About

My learning notes for DataTalks.Club ML Ops zoomcamp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0