1
0
Fork 0
mirror of https://github.com/josephmisiti/awesome-machine-learning.git synced 2025-06-02 18:42:29 -04:00

Merge pull request #1020 from JavierEscobarOrtiz/patch-1

Add skforecast to README.md
This commit is contained in:
Joseph Misiti 2025-02-13 08:50:45 -05:00 committed by GitHub
commit c6187688ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1160,6 +1160,7 @@ be
* [hebel](https://github.com/hannes-brt/hebel) - GPU-Accelerated Deep Learning Library in Python. **[Deprecated]**
* [Chainer](https://github.com/chainer/chainer) - Flexible neural network framework.
* [prophet](https://facebook.github.io/prophet/) - Fast and automated time series forecasting framework by Facebook.
* [skforecast](https://github.com/skforecast/skforecast) - Python library for time series forecasting using machine learning models. It works with any regressor compatible with the scikit-learn API, including popular options like LightGBM, XGBoost, CatBoost, Keras, and many others.
* [gensim](https://github.com/RaRe-Technologies/gensim) - Topic Modelling for Humans.
* [tweetopic](https://centre-for-humanities-computing.github.io/tweetopic/) - Blazing fast short-text-topic-modelling for Python.
* [topicwizard](https://github.com/x-tabdeveloping/topic-wizard) - Interactive topic model visualization/interpretation framework.