Add a train_dev_test_split() function to scikit-learn
#31502
Closed
alexbond008
started this conversation in
Ideas
Replies: 2 comments
-
|
Yes, I do agree that it will be useful. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Although a seemingly reasonable request, I don't think this is likely to happen in the foreseeable future. This has been discussed in the past a few times for example see #31323 (comment) for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
8000
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