Skip to content

Commit 5f41029

Browse files
authored
Update README.md
1 parent 2e6cb37 commit 5f41029

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -332,6 +332,11 @@ https://machinelearningmastery.com/time-series-forecasting-long-short-term-memor
332332
[pyts](https://github.com/johannfaouzi/pyts) - Time series transformation and classification, [Imaging time series](https://pyts.readthedocs.io/en/latest/auto_examples/index.html#imaging-time-series).
333333
Turn time series into images and use Neural Nets: [example](https://gist.github.com/oguiza/c9c373aec07b96047d1ba484f23b7b47), [example](https://github.com/kiss90/time-series-classification).
334334

335+
##### Time Series Evaluation
336+
337+
[TimeSeriesSplit](https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.TimeSeriesSplit.html) - Sklearn time series split.
338+
[tscv](https://github.com/WenjieZ/TSCV) - Evaluation with gap.
339+
335340
#### Financial Data
336341
[pyfolio](https://github.com/quantopian/pyfolio) - Portfolio and risk analytics.
337342
[zipline](https://github.com/quantopian/zipline) - Algorithmic trading.

0 commit comments

Comments
 (0)