|
32 | 32 | - [JAX](#jax)
|
33 | 33 | - [Others](#others)
|
34 | 34 | - [Automated Machine Learning](#automated-machine-learning)
|
35 |
| -- [Time Series](#time-series) |
36 | 35 | - [Natural Language Processing](#natural-language-processing)
|
37 | 36 | - [Computer Audition](#computer-audition)
|
38 | 37 | - [Computer Vision](#computer-vision)
|
| 38 | +- [Time Series](#time-series) |
39 | 39 | - [Reinforcement Learning](#reinforcement-learning)
|
40 | 40 | - [Graph Machine Learning](#graph-machine-learning)
|
41 | 41 | - [Learning-to-Rank & Recommender Systems](#learning-to-rank-&-recommender-systems)
|
|
182 | 182 | * [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">
|
183 | 183 | * [MLBox](https://github.com/AxeldeRomblay/MLBox) - A powerful Automated Machine Learning python library.
|
184 | 184 |
|
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 |
| - |
202 | 185 | ## Natural Language Processing
|
203 | 186 | * [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">
|
204 | 187 | * [gluon-nlp](https://github.com/dmlc/gluon-nlp) - NLP made easy. <img height="20" src="img/mxnet_big.png" alt="MXNet based">
|
|
238 | 221 | * [albumentations](https://github.com/albu/albumentations) - Fast image augmentation library and easy-to-use wrapper around other libraries.
|
239 | 222 | * [LAVIS](https://github.com/salesforce/LAVIS) - A One-stop Library for Language-Vision Intelligence.
|
240 | 223 |
|
| 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 | + |
241 | 241 | ## Reinforcement Learning
|
242 | 242 | * [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)).
|
243 | 243 | * [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