Regression or classification task does not respect split type #1340
Replies: 2 comments
-
I think Line 477 in generic_task should be:
instead of:
|
Beta Was this translation helpful? Give feedback.
0 replies
-
No response. Too many bugs... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Even though split type is time and eval method is holdout, for regression or classification it will always shuffle the split
in generic_task.py, this block of code will ultimately split the data:
Beta Was this translation helpful? Give feedback.
All reactions