All Projects → Netflix → Metaflow

Netflix / Metaflow

Licence: apache-2.0
🚀 Build and manage real-life data science projects with ease!

Programming Languages

python
139335 projects - #7 most used programming language
r
7636 projects
Svelte
593 projects
HTML
75241 projects
Jupyter Notebook
11667 projects
CSS
56736 projects

Projects that are alternatives of or similar to Metaflow

Bentoml
Model Serving Made Easy
Stars: ✭ 3,064 (-40.02%)
Mutual labels:  ai, ml, model-management, ml-infrastructure, mlops, ml-platform
Polyaxon
Machine Learning Platform for Kubernetes (MLOps tools for experimentation and automation)
Stars: ✭ 2,966 (-41.93%)
Mutual labels:  ai, data-science, ml, mlops
Targets
Function-oriented Make-like declarative workflows for R
Stars: ✭ 293 (-94.26%)
Mutual labels:  data-science, r-package, reproducible-research, rstats
Drake
An R-focused pipeline toolkit for reproducibility and high-performance computing
Stars: ✭ 1,301 (-74.53%)
Mutual labels:  data-science, r-package, reproducible-research, rstats
Hub
Dataset format for AI. Build, manage, & visualize datasets for deep learning. Stream data real-time to PyTorch/TensorFlow & version-control it. https://activeloop.ai
Stars: ✭ 4,003 (-21.63%)
Mutual labels:  ai, data-science, ml, mlops
Awesome Mlops
A curated list of references for MLOps
Stars: ✭ 7,119 (+39.37%)
Mutual labels:  ai, data-science, ml, mlops
Modelchimp
Experiment tracking for machine and deep learning projects
Stars: ✭ 121 (-97.63%)
Mutual labels:  ai, data-science, ml
Nlpaug
Data augmentation for NLP
Stars: ✭ 2,761 (-45.95%)
Mutual labels:  ai, data-science, ml
Csinva.github.io
Slides, paper notes, class notes, blog posts, and research on ML 📉, statistics 📊, and AI 🤖.
Stars: ✭ 342 (-93.3%)
Mutual labels:  ai, data-science, ml
Elastic
R client for the Elasticsearch HTTP API
Stars: ✭ 227 (-95.56%)
Mutual labels:  data-science, r-package, rstats
Imodels
Interpretable ML package 🔍 for concise, transparent, and accurate predictive modeling (sklearn-compatible).
Stars: ✭ 194 (-96.2%)
Mutual labels:  ai, data-science, ml
Trackmd
Tools for tracking changes in Markdown format within RStudio
Stars: ✭ 89 (-98.26%)
Mutual labels:  productivity, r-package, rstats
Mlflow
Open source platform for the machine learning lifecycle
Stars: ✭ 10,898 (+113.35%)
Mutual labels:  ai, ml, model-management
Pycm
Multi-class confusion matrix library in Python
Stars: ✭ 1,076 (-78.94%)
Mutual labels:  ai, data-science, ml
Datasciencevm
Tools and Docs on the Azure Data Science Virtual Machine (http://aka.ms/dsvm)
Stars: ✭ 153 (-97%)
Mutual labels:  ai, data-science, ml
Hyperparameter hunter
Easy hyperparameter optimization and automatic result saving across machine learning algorithms and libraries
Stars: ✭ 648 (-87.31%)
Mutual labels:  ai, data-science, ml
Atlas
An Open Source, Self-Hosted Platform For Applied Deep Learning Development
Stars: ✭ 259 (-94.93%)
Mutual labels:  ai, data-science, ml
Climate Change Data
🌍 A curated list of APIs, open data and ML/AI projects on climate change
Stars: ✭ 195 (-96.18%)
Mutual labels:  data-science, rstats, datascience
Oie Resources
A curated list of Open Information Extraction (OIE) resources: papers, code, data, etc.
Stars: ✭ 283 (-94.46%)
Mutual labels:  ai, data-science, datascience
Dash
Analytical Web Apps for Python, R, Julia, and Jupyter. No JavaScript Required.
Stars: ✭ 15,592 (+205.25%)
Mutual labels:  productivity, data-science, rstats

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].