Prophet
greykite
Prophet | greykite | |
---|---|---|
225 | 3 | |
19,362 | 1,843 | |
0.6% | 0.1% | |
7.1 | 3.4 | |
about 1 month 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
- Prophet: Automatic Forecasting Procedure (2023)
-
AI and Time Series Data: Harnessing the Power of Temporal Insights
As we prepare for the next phase in AI evolution, embracing decentralized approaches and synthetic data generation will be essential. Developers are encouraged to explore technologies like TensorFlow, Prophet, and platforms hosted on Ocean Protocol and License Token for further exploration. Additionally, more detailed discussions on these topics can be found in in-depth Dev.to posts such as Apache Mahout: A Deep Dive into Open Source Innovation and Funding Models.
-
AI and Time Series Data: Harnessing Temporal Insights in a Digital Age
Emerging trends like decentralized data markets, synthetic time series generation, and enhanced NFT-based monetization models underline the vibrant future awaiting AI-driven predictive analytics. For developers and industry leaders, familiarizing yourself with tools like TensorFlow, Prophet, and Nixtla’s TimeGPT is crucial to stay ahead in this dynamic field.
- TimesFM (Time Series Foundation Model) for time-series forecasting
-
Moirai: A Time Series Foundation Model for Universal Forecasting
https://facebook.github.io/prophet/
"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."
- prophet: NEW Data - star count:17116.0
- prophet: NEW Data - star count:17082.0
- Facebook Prophet: library for generating forecasts from any time series data
- prophet: NEW Data - star count:16196.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?
scikit-learn - scikit-learn: machine learning in Python
darts - A python library for user-friendly forecasting and anomaly detection on time series.
tensorflow - An Open Source Machine Learning Framework for Everyone
flow-forecast - Deep learning PyTorch library for time series forecasting, classification, and anomaly detection (originally for flood forecasting).
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
sktime - A unified framework for machine learning with time series