Skip to content

Commit 2d9db38

Browse files
authored
Update README.md - Adding Timeseries libraries
Update README.md - Adding Timeseries libraries related to neural networks and existing frameworks
1 parent 4c899ba commit 2d9db38

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

time-series_anomaly-detection/README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
- [Prediction](time-series.md#prediction)
2828
- [Trend estimation / trend analysis](time-series.md#trend-estimation--trend-analysis)
2929
- [Notebooks](time-series.md#notebooks)
30-
- [Tools, libraries, frameworks](#tools,-libraries,-frameworks)
30+
- [Tools, libraries, frameworks](#tools-libraries-frameworks)
3131
- [Misc](time-series.md#misc)
3232

3333
#### Notebooks
@@ -90,8 +90,9 @@ See [Notebooks under more time-series resources](./time-series.md#notebooks)
9090
+ [Loading data in SKTime](https://www.sktime.org/en/latest/examples/loading_data.html)
9191
+ [SKTime - Examples](https://github.com/alan-turing-institute/sktime/tree/master/examples)
9292
+ [TSLearn](https://github.com/tslearn-team/tslearn)
93-
94-
93+
+ [PyCaret Timeseries](https://pycaret.readthedocs.io/en/latest/api/time_series.html)
94+
+ [Neural Prophet](https://neuralprophet.com/)
95+
+ [Neural Forecast](https://github.com/Nixtla/neuralforecast)
9596

9697
# Contributing
9798

@@ -101,4 +102,4 @@ Please have a look at the [CONTRIBUTING](../CONTRIBUTING.md) guidelines, also ha
101102

102103
---
103104

104-
Back to [main page (table of contents)](../README.md)
105+
Back to [main page (table of contents)](../README.md)

0 commit comments

Comments
 (0)