Add a train_dev_test_split()
function to scikit-learn
#31502
alexbond008
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently when we want to make a validation(development or dev in short) set we need to the following
I suggest a new feature in scikit-learn which removes the need for temporary variables and creates a train,dev and test in one line of code.
Beta Was this translation helpful? Give feedback.
All reactions