Episode 1: Playlist
Let's build you a movie playlist.
This flow loads a movie metadata CSV file and builds a playlist for your favorite movie genre. Everything in Metaflow is versioned, so you can run it multiple times and view all the historical playlists with the Metaflow client in a Notebook.
You can find the tutorial code on GitHub
Showcasing:
- Including external files with IncludeFile.
- Basic Metaflow Parameters.
- Running workflow branches in parallel and joining results.
- Using the Metaflow Client API in a Notebook.
Before playing this episode:
python -m pip install notebook
To play this episode:
cd metaflow-tutorialspython 01-playlist/playlist.py showpython 01-playlist/playlist.py runpython 01-playlist/playlist.py run --genre comedyjupyter-notebook 01-playlist/playlist.ipynb