From 2de13717c9fc5de933a546bd09fa756a24792828 Mon Sep 17 00:00:00 2001 From: nprimo Date: Thu, 7 Mar 2024 15:42:01 +0000 Subject: [PATCH] feat(sp500-strategies): rephrase question to have a clear yes/no answer --- subjects/ai/sp500-strategies/audit/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subjects/ai/sp500-strategies/audit/README.md b/subjects/ai/sp500-strategies/audit/README.md index 5ddee18ef..5c5b361d4 100644 --- a/subjects/ai/sp500-strategies/audit/README.md +++ b/subjects/ai/sp500-strategies/audit/README.md @@ -34,7 +34,7 @@ ###### Do all train folds have more than 2y history? If you use time series split, checking that the first fold has more than 2y history is enough. -###### Is the last validation set of the train data not overlapping with the test data? +###### Can you confirm that the last validation set of the train data is not overlapping with the test data? ###### Are all the data folds split by date? A fold should not contain repeated data from the same date and ticker.