Prophet
sktime
Prophet | sktime | |
---|---|---|
225 | 8 | |
19,384 | 9,142 | |
0.7% | 3.9% | |
7.1 | 9.8 | |
about 2 months ago | 7 days ago | |
Python | Python | |
MIT License | BSD 3-clause "New" or "Revised" 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
sktime
-
Keras-tuner tuning hyperparam controlling feature size
I would recommend you to read the following paper: https://arxiv.org/abs/1909.04939 and their implementation: https://github.com/hfawaz/InceptionTime . Moreover, check out sktime: https://github.com/sktime/sktime
-
Does anyone know a trusted Python package for applying Croston's Time series method?
I initially used the SkTime's Croston class SKTime Croston but when I try to get the fitted values using the steps in the discussion on github, the values are the same, a straight line throughout the in-sample to ou-of-sample predictions.
- Forecasting three months ahead.
-
I Need Your Help: Convincing Reasons for Python over C# for ML Pipeline?
Time series -> https://github.com/alan-turing-institute/sktime have a look and have fun :)
-
Good python time series libraries?
SKTime
- Scikit-Learn Version 1.0
-
Sktime: Machine Learning for Time Series
https://github.com/alan-turing-institute/sktime
It provides specialized time series algorithms and scikit-learn compatible tools to build, tune and validate time series models for multiple learning problems.
sktime is built by an active open-source community, working together during regular meetings, workshops and sprints. For new contributors, we provide mentoring sessions and tutorials.
If you are interested in contributing or just a chat about the project, feel free to submit a PR or just reach out to us. We welcome all kinds of contributions: code, API design, testing, documentation, outreach, mentoring and more.
- Darts: Non-Facebook alternative for timeseries forecasting
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.
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
tslearn - The machine learning toolkit for time series analysis in Python
tensorflow - An Open Source Machine Learning Framework for Everyone
scikit-hts - Hierarchical Time Series Forecasting with a familiar API