Prophet
greykite
Our great sponsors
Prophet | greykite | |
---|---|---|
88 | 3 | |
14,431 | 1,518 | |
1.4% | 2.0% | |
6.5 | 3.6 | |
17 days ago | 5 months ago | |
Python | Python | |
MIT License | BSD 2-clause "Simplified" 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.
Prophet
-
Reverse Engineering Video Game Stock Prices
Prophet is a forecasting model made by Facebook.
-
ARIMA models are solid though
I like FB Prophet and LinkedIn's GreyKite
-
LSTM/CNN architectures for time series forecasting[Discussion]
Prophet
-
Basic Time Series Prediction
I like Meta's Prophet. It's a flexible model that I feel is easy to understand and explain to non-technical stakeholders. Implementations for R and python. It can be as simple as a univariate series, or accept exogenous explanatory variables (categorical & continuous). Seasonality is part of the model, out of the box. It also has decent default parameters if you're not looking to do a lot of tuning. Lastly, the documentation is quite thorough and approachable. https://facebook.github.io/prophet/
- prophet: NEW Data - star count:14301.0
greykite
-
Hello reddit, what time series forecasting tools are you using?
I've been using greykite for forecasting some business metrics lately.
- Darts: Non-Facebook alternative for timeseries forecasting
-
Predicting Daily Sales
Some other options to potentially look into are Facebook's Prophet and one of my new favorites, Greykite. These have some very useful functions to automatically fit seasonality and holidays. They also have the flexibility allowing you to custom define holiday periods (think times when certain promotions or campaigns were running) and other regressors (think macroeconomic data that may have a material effect on your sales).
What are some alternatives?
tensorflow - An Open Source Machine Learning Framework for Everyone
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
darts - A python library for easy manipulation and forecasting of time series.
MLflow - Open source platform for the machine learning lifecycle
sktime - A unified framework for machine learning with time series
Keras - Deep Learning for humans
pytorch-forecasting - Time series forecasting with PyTorch
Robyn - Robyn is an experimental, automated and open-sourced Marketing Mix Modeling (MMM) package from Facebook Marketing Science. It uses various machine learning techniques (Ridge regression with cross validation, multi-objective evolutionary algorithm for hyperparameter optimisation, gradient-based optimisation for budget allocation etc.) to define media channel efficiency and effectivity, explore adstock rates and saturation curves. It's built for granular datasets with many independent variables and therefore especially suitable for digital and direct response advertisers with rich dataset.
H2O - H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.
SciKit-Learn Laboratory - SciKit-Learn Laboratory (SKLL) makes it easy to run machine learning experiments.
Simple GAN - Attempt at implementation of a simple GAN using Keras