Data Science Interview Question 14
What rules you should follow while splitting a dataset?
There are two main rules that you should make sure of while splitting a dataset into a training set and a test set:
Both datasets should reflect the distribution of the original dataset.
The...
bhagirathkd.hashnode.dev1 min read