You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
None of the implementations of OpValidator.createTrainValidationSplits does not check that:
number of label classes is at least 2
splits are not empty
To Reproduce
Run OpCrossValidation or OpTrainValidationSplit of data with a single row.
Expected behavior
Validate that number of label classes if at least 2 and splits are not empty. Throw a clean and informative error in each of the cases.
The text was updated successfully, but these errors were encountered:
tovbinm
changed the title
Validator does not check for number of rows for each label
Validator does not check for number of label classes and number of rows for each split
Oct 23, 2018
Describe the bug
None of the implementations of
OpValidator.createTrainValidationSplits
does not check that:To Reproduce
Run
OpCrossValidation
orOpTrainValidationSplit
of data with a single row.Expected behavior
Validate that number of label classes if at least 2 and splits are not empty. Throw a clean and informative error in each of the cases.
The text was updated successfully, but these errors were encountered: