Skip to content

Commit 8737eca

Browse files
authored
MNT Add comment about sklearn for time-series analysis (#816)
1 parent 6b0ffb2 commit 8737eca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

python_scripts/cross_validation_time.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,8 @@
232232
# i.i.d data. It might lead to misleading outcomes, creating the false
233233
# impression that a predictive model performs well when it may not be the case
234234
# in the intended real-world scenario.
235+
#
236+
# scikit-learn offers useful tools for time-series analysis apart from `TimeSeriesSplit`, (see for instance the
237+
# [Time-related feature engineering example](https://scikit-learn.org/stable/auto_examples/applications/plot_cyclical_feature_engineering.html)
238+
# in the documentation), and scikit-learn models can yield even better results
239+
# when combined with other specialized libraries.

0 commit comments

Comments
 (0)