Skip to content

Commit 7d98fb1

Browse files
authored
Update README.md
1 parent c780eda commit 7d98fb1

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

README.md

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@
3232
- [JAX](#jax)
3333
- [Others](#others)
3434
- [Automated Machine Learning](#automated-machine-learning)
35-
- [Time Series](#time-series)
3635
- [Natural Language Processing](#natural-language-processing)
3736
- [Computer Audition](#computer-audition)
3837
- [Computer Vision](#computer-vision)
38+
- [Time Series](#time-series)
3939
- [Reinforcement Learning](#reinforcement-learning)
4040
- [Graph Machine Learning](#graph-machine-learning)
4141
- [Learning-to-Rank & Recommender Systems](#learning-to-rank-&-recommender-systems)
@@ -182,23 +182,6 @@
182182
* [TPOT](https://github.com/rhiever/tpot) - AutoML tool that optimizes machine learning pipelines using genetic programming. <img height="20" src="img/sklearn_big.png" alt="sklearn">
183183
* [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library.
184184

185-
## Time Series
186-
* [sktime](https://github.com/alan-turing-institute/sktime) - A unified framework for machine learning with time series. <img height="20" src="img/sklearn_big.png" alt="sklearn">
187-
* [darts](https://github.com/unit8co/darts) - A python library for easy manipulation and forecasting of time series.
188-
* [statsforecast](https://github.com/Nixtla/statsforecast) - Lightning fast forecasting with statistical and econometric models.
189-
* [mlforecast](https://github.com/Nixtla/mlforecast) - Scalable machine learning-based time series forecasting.
190-
* [neuralforecast](https://github.com/Nixtla/neuralforecast) - Scalable machine learning-based time series forecasting.
191-
* [tslearn](https://github.com/rtavenar/tslearn) - Machine learning toolkit dedicated to time-series data. <img height="20" src="img/sklearn_big.png" alt="sklearn">
192-
* [tick](https://github.com/X-DataInitiative/tick) - Module for statistical learning, with a particular emphasis on time-dependent modeling. <img height="20" src="img/sklearn_big.png" alt="sklearn">
193-
* [greykite](https://github.com/linkedin/greykite) - A flexible, intuitive, and fast forecasting library next.
194-
* [Prophet](https://github.com/facebook/prophet) - Automatic Forecasting Procedure.
195-
* [PyFlux](https://github.com/RJT1990/pyflux) - Open source time series library for Python.
196-
* [bayesloop](https://github.com/christophmark/bayesloop) - Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.
197-
* [luminol](https://github.com/linkedin/luminol) - Anomaly Detection and Correlation library.
198-
* [dateutil](https://dateutil.readthedocs.io/en/stable/) - Powerful extensions to the standard datetime module
199-
* [maya](https://github.com/timofurrer/maya) - makes it very easy to parse a string and for changing timezones
200-
* [Chaos Genius](https://github.com/chaos-genius/chaos_genius) - ML powered analytics engine for outlier/anomaly detection and root cause analysis
201-
202185
## Natural Language Processing
203186
* [torchtext](https://github.com/pytorch/text) - Data loaders and abstractions for text and NLP. <img height="20" src="img/pytorch_big2.png" alt="PyTorch based/compatible">
204187
* [gluon-nlp](https://github.com/dmlc/gluon-nlp) - NLP made easy. <img height="20" src="img/mxnet_big.png" alt="MXNet based">
@@ -238,6 +221,23 @@
238221
* [albumentations](https://github.com/albu/albumentations) - Fast image augmentation library and easy-to-use wrapper around other libraries.
239222
* [LAVIS](https://github.com/salesforce/LAVIS) - A One-stop Library for Language-Vision Intelligence.
240223

224+
## Time Series
225+
* [sktime](https://github.com/alan-turing-institute/sktime) - A unified framework for machine learning with time series. <img height="20" src="img/sklearn_big.png" alt="sklearn">
226+
* [darts](https://github.com/unit8co/darts) - A python library for easy manipulation and forecasting of time series.
227+
* [statsforecast](https://github.com/Nixtla/statsforecast) - Lightning fast forecasting with statistical and econometric models.
228+
* [mlforecast](https://github.com/Nixtla/mlforecast) - Scalable machine learning-based time series forecasting.
229+
* [neuralforecast](https://github.com/Nixtla/neuralforecast) - Scalable machine learning-based time series forecasting.
230+
* [tslearn](https://github.com/rtavenar/tslearn) - Machine learning toolkit dedicated to time-series data. <img height="20" src="img/sklearn_big.png" alt="sklearn">
231+
* [tick](https://github.com/X-DataInitiative/tick) - Module for statistical learning, with a particular emphasis on time-dependent modeling. <img height="20" src="img/sklearn_big.png" alt="sklearn">
232+
* [greykite](https://github.com/linkedin/greykite) - A flexible, intuitive, and fast forecasting library next.
233+
* [Prophet](https://github.com/facebook/prophet) - Automatic Forecasting Procedure.
234+
* [PyFlux](https://github.com/RJT1990/pyflux) - Open source time series library for Python.
235+
* [bayesloop](https://github.com/christophmark/bayesloop) - Probabilistic programming framework that facilitates objective model selection for time-varying parameter models.
236+
* [luminol](https://github.com/linkedin/luminol) - Anomaly Detection and Correlation library.
237+
* [dateutil](https://dateutil.readthedocs.io/en/stable/) - Powerful extensions to the standard datetime module
238+
* [maya](https://github.com/timofurrer/maya) - makes it very easy to parse a string and for changing timezones
239+
* [Chaos Genius](https://github.com/chaos-genius/chaos_genius) - ML powered analytics engine for outlier/anomaly detection and root cause analysis
240+
241241
## Reinforcement Learning
242242
* [Gymnasium](https://github.com/Farama-Foundation/Gymnasium) - An API standard for single-agent reinforcement learning environments, with popular reference environments and related utilities (formerly [Gym](https://github.com/openai/gym)).
243243
* [PettingZoo](https://github.com/Farama-Foundation/PettingZoo) - An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities.

0 commit comments

Comments
 (0)