From 00461850f52bf932885afac1be6ac5ef818cd6c6 Mon Sep 17 00:00:00 2001 From: longyu Date: Wed, 13 Jul 2022 19:18:13 +0200 Subject: [PATCH] change doc --- docs/freqai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/freqai.md b/docs/freqai.md index 9b01cbc13..9699ff168 100644 --- a/docs/freqai.md +++ b/docs/freqai.md @@ -430,7 +430,7 @@ where $W_i$ is the weight of data point $i$ in a total set of $n$ data points._ Finally, `period` defines the offset used for the `labels`. In the present example, the user is asking for `labels` that are 24 candles in the future. -Note: typically in time-series forecasting, the validation/test data should be the "future" by a given training data. Thus, it is nicely to disable `shuffle` and `data_split_parameters` parameters during the cross-validation or validation steps. For more detailed explaination, visit [here](https://medium.com/@soumyachess1496/cross-validation-in-time-series-566ae4981ce4). +Note: typically in time-series forecasting, the validation/test data should be the "future" by a given training data. Thus, it is recommended to disable `shuffle` parameter during the cross-validation or validation steps. For more detailed explaination, visit [here](https://medium.com/@soumyachess1496/cross-validation-in-time-series-566ae4981ce4). ### Removing outliers with the Dissimilarity Index