Skip to content

🚀 Build and manage real-life data science projects with ease!

License

Notifications You must be signed in to change notification settings

rahul-theorem/metaflow

This branch is 761 commits behind Netflix/metaflow:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 21, 2022
Jan 20, 2022
Jan 25, 2022
Mar 25, 2022
Mar 21, 2022
Dec 17, 2021
Jan 25, 2022
Dec 19, 2019
Jun 4, 2020
Dec 17, 2021
Nov 5, 2021
Dec 3, 2019
Dec 4, 2019
Mar 24, 2022
Mar 16, 2022
Dec 3, 2019

Repository files navigation

Metaflow_Logo_Horizontal_FullColor_Ribbon_Dark_RGB

Metaflow

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 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 access tutorials by typing:

metaflow::pull_tutorials()

Get in Touch

There are several ways to get in touch with us:

Contributing

We welcome contributions to Metaflow. Please see our contribution guide for more details.

Code style

We use black as a code formatter. The easiest way to ensure your commits are always formatted with the correct version of black it is to use pre-commit: install it and then run pre-commit install once in your local copy of the repo.

About

🚀 Build and manage real-life data science projects with ease!

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 87.1%
  • R 6.3%
  • Svelte 2.9%
  • HTML 1.2%
  • Jupyter Notebook 0.7%
  • TypeScript 0.7%
  • Other 1.1%