Build and manage real-life data science projects with ease
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. Getting Started Getting up and running with Metaflow is easy. Python Install metaflow from pypi: pip install metaflow and access tutorials by typing: metaflow tutorials pull R Install Metaflow from github: devtools::install_github(“Netflix/metaflow”, subdir=”R”) metaflow::install() and […]
Read more