Github Issue Number Here: #1016
What user problem are we solving?
Tests if SklearnDatasetCreator can correctly split a default dataset into train and test datasets given the dataset's name
What solution does this PR provide?
Looks at individual variable counts for batch sizes and tests to see if they are the right lengths
Testing Methodology
How did you test your changes and verify that existing
functionality is not broken
Ran tests and checked if variables matched up
Any other considerations
New Training Unit Test for test sk train dataset
Github Issue Number Here: #1016 What user problem are we solving? Tests if SklearnDatasetCreator can correctly split a default dataset into train and test datasets given the dataset's name What solution does this PR provide? Looks at individual variable counts for batch sizes and tests to see if they are the right lengths Testing Methodology