Tutorials
This set of tutorials provides a hands-on introduction to Metaflow. The basic concepts are introduced in practice, and you can find out more details about the functionality showcased in these tutorials in Basics of Metaflow and the following sections.
Setting up.
Metaflow comes packaged with the tutorials, so getting started is easy. You can make copies of all the tutorials in your current directory using the metaflow command line interface:
metaflow tutorials pull
This creates a directory metaflow-tutorials in your current working directory with a subdirectory for each tutorial.
Each tutorial has a brief description and instructions that you can view using the links below. Alternatively, you can use the command line interface to list available tutorials or get info about a specific one:
metaflow tutorials list
metaflow tutorials info 00-helloworld
Season 1: The Local Experience.
- Episode 0: Metaflow says Hi!
- Episode 1: Let's build you a movie playlist.
- Episode 2: Is this Data Science?
- Episode 3: Follow the Money.
- Episode 4: The Final Showdown.
Season 2: Scaling Out and Up.
- Episode 5: Look Mom, We're in the Cloud.
- Episode 6: Computing in the Cloud.
- Episode 7: Way up here.
- Episode 8: Autopilot.
What's next?
- Explore fault-tolerant flows with
@catch
,@retry
,@timeout
decorators. - Try a library like Tensorflow with
@conda
and@batch
- Debug failed runs with resume.
- Access large data fast with metaflow.S3.
- Explore results across experiments with the Client API.
- See how to organize results and collaborate with namespaces and tags.