0
From what I have already researched, both divide the set into two subsets of training and testing. There is some difference between the two?
0
From what I have already researched, both divide the set into two subsets of training and testing. There is some difference between the two?
1
No. Hold out is literally "Hide" part of the dataset, what we do in sklearn or similar libraries using train_test_split
. The terms are interchangeable.
Take a look at the use of the term in Sklearn cross validation documentation.
Browser other questions tagged python pandas sklearn
You are not signed in. Login or sign up in order to post.