MLflow
Prophet
Our great sponsors
MLflow | Prophet | |
---|---|---|
48 | 214 | |
14,502 | 15,940 | |
1.4% | 0.9% | |
9.9 | 8.5 | |
about 15 hours ago | 5 days ago | |
Python | Python | |
Apache License 2.0 | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
MLflow
-
Options for configuration of python libraries - Stack Overflow
In search for a tool that needs comparable configuration I looked into mlflow and found this. https://github.com/mlflow/mlflow/blob/master/mlflow/environment_variables.py There they define a class _EnvironmentVariable and create many objects out of it, for any variable they need. The get method of this class is in principle a decorated os.getenv. Maybe that is something I can take as orientation.
-
[D] Is there a tool to keep track of my ML experiments?
I have been using DVC and MLflow since then DVC had only data tracking and MLflow only model tracking. I can say both are awesome now and maybe the only factor I would like to mention is that IMO, MLflow is a bit harder to learn while DVC is just a git practically.
-
Looking for recommendations to monitor / detect data drifts over time
Dumb question, how does this lib compare to other libs like MLFlow, https://mlflow.org/?
-
Integrating Hugging Face Transformers & DagsHub
While Transformers already includes integration with MLflow, users still have to provide their own MLflow server, either locally or on a Cloud provider. And that can be a bit of a pain.
-
Any MLOps platform you use?
I have an old labmate who uses a similar setup with MLFlow and can endorse it.
MLflow - an open-source platform for managing your ML lifecycle. What’s great is that they also support popular Python libraries like TensorFlow, PyTorch, scikit-learn, and R.
-
Selfhosted chatGPT with local contente
even for people who don't have an ML background there's now a lot of very fully-featured model deployment environments that allow self-hosting (kubeflow has a good self-hosting option, as do mlflow and metaflow), handle most of the complicated stuff involved in just deploying an individual model, and work pretty well off the shelf.
-
ML experiment tracking with DagsHub, MLFlow, and DVC
Here, we’ll implement the experimentation workflow using DagsHub, Google Colab, MLflow, and data version control (DVC). We’ll focus on how to do this without diving deep into the technicalities of building or designing a workbench from scratch. Going that route might increase the complexity involved, especially if you are in the early stages of understanding ML workflows, just working on a small project, or trying to implement a proof of concept.
-
AI in DevOps?
MLflow
-
AWS re:invent 2022 wish list
I am seeing growing demand for MLflow (https://mlflow.org/) and I am seeing a lot of people looking at Databricks as commercial offering for MLflow. Alternatively, some popele are implementing something like Managing your Machine Learning lifecycle with MLflow. Therefore, I think this was on my wish list last year, but I really hope AWS announce a Managed MLFlow Service. I know version 2.X is too new but at least 1.X would be great start.
Prophet
-
Complete: D214 - MSDA Capstone
My rescue came from discovering some of the alternatives to ARIMA/SARIMA, which was the extent of what we had covered for time series data. A series of searches eventually led me to some automated time series analysis packages, one of which was Prophet, an open source time series package released by Facebook's core data science team. This was a life saver, being a much more efficient and more effective forecasting tool than sloooowly iterating through ARIMA/SARIMA models that seemed to want to fight with me. If you're going to do a time series analysis for your capstone, I strongly suggest taking a look at using Prophet.
- Dec 12, 2022 FLiP Stack Weekly
- Ask HN: Data Scientists, what libraries do you use for timeseries forecasting?
-
[D] Time Series Question
Prophet
-
LSTM/CNN architectures for time series forecasting[Discussion]
Prophet
- Eden
-
Predição de ações na bolsa de valores com Python e Facebook Prophet
Prophet: Automação preditiva.
- Time series analysis of Bitcoin price in Python with fbprophet ?!
-
Data Science toolset summary from 2021
Prophet - It is a time-series forecasting library built by Facebook. Prophet is a procedure for forecasting time series data based on an additive model where non-linear trends are fit with yearly, weekly, and daily seasonality, plus holiday effects. It works best with time series that have strong seasonal effects and several seasons of historical data. Prophet is robust to missing data and shifts in the trend, and typically handles outliers well. Link - https://github.com/facebook/prophet
-
Personal Support at Internet Scale
We run an anomaly detection app powered by Facebook's Prophet forecasting library. It tells us if metrics dip or rise in unexpected ways ("Did signups drop? Is something broken with that flow?"). We built the service because customers kept reaching out to tell us some feature broke before we noticed. Normally these issues show up in product data, so the app looks for these anomalies and tells us when they happen.
What are some alternatives?
clearml - ClearML - Auto-Magical CI/CD to streamline your ML workflow. Experiment Manager, MLOps and Data-Management
tensorflow - An Open Source Machine Learning Framework for Everyone
Sacred - Sacred is a tool to help you configure, organize, log and reproduce experiments developed at IDSIA.
darts - A python library for user-friendly forecasting and anomaly detection on time series.
zenml - ZenML 🙏: Build portable, production-ready MLOps pipelines. https://zenml.io.
xgboost - Scalable, Portable and Distributed Gradient Boosting (GBDT, GBRT or GBM) Library, for Python, R, Java, Scala, C++ and more. Runs on single machine, Hadoop, Spark, Dask, Flink and DataFlow
scikit-learn - scikit-learn: machine learning in Python
greykite - A flexible, intuitive and fast forecasting library
guildai - Experiment tracking, ML developer tools
dvc - 🦉 Data Version Control | Git for Data & Models | ML Experiments Management
neptune-client - :ledger: Experiment tracking tool and model registry