Skip to content

tsterbak/pydataberlin-2022

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

Tutorial "Introduction to MLOps with MLflow" at PyData/PyCon Berlin 2022

This Repository contains the material for the tutorial "Introduction to MLOps with MLflow" held at pyData/pyCon Berlin 2022.

Setup

  • install sqlite:
    • Linux: sudo apt install sqlite3
    • Mac: Should be installed by default.
  • install pipenv: pip install --user pipenv
  • run pipenv install in the directory of the Pipfile
  • activate the environment by pipenv shell

Start the notebooks

Run make notebook.

About

This Repository contains the material for the tutorial "Introduction to MLOps with MLflow" held at pyData/pyCon Berlin 2022.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published