Metaflow is a human-friendly Python/R library that helps scientists and engineers build and manage real-life data science projects. Metaflow was originally developed at Netflix to boost productivity of data scientists who work on a wide variety of projects from classical statistics to state-of-the-art deep learning.
For more information, see Metaflow's website and documentation.
Getting up and running with Metaflow is easy.
Install metaflow from pypi:
pip install metaflow
and access tutorials by typing:
metaflow tutorials pull
Install Metaflow from github:
devtools::install_github("Netflix/metaflow", subdir="R")
metaflow::install()
and access tutorials by typing:
metaflow::pull_tutorials()
There are several ways to get in touch with us:
- Open an issue at: https://github.com/Netflix/metaflow
- Email us at: [email protected]
- Chat with us on: http://chat.metaflow.org
We welcome contributions to Metaflow. Please see our contribution guide for more details.