We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b0ffb2 commit 8737ecaCopy full SHA for 8737eca
python_scripts/cross_validation_time.py
@@ -232,3 +232,8 @@
232
# i.i.d data. It might lead to misleading outcomes, creating the false
233
# impression that a predictive model performs well when it may not be the case
234
# 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