Viewing a single comment thread. View all comments

curious-nutter t1_ivy419c wrote

Hi. Could someone please help out with this doubt? I am a beginner in ML and was reading about splitting the dataset into test and train sets. Is there a parameter or any other way in scikit-learn that ensures that when our dataset is updated/refreshed and the whole code is run again, there is no cross jumping of instances from training set to testing set?

1