How to create a test and train dataset in R by specifying the range in the data set instead of using set.seed() function and probability?
Advertisements I am a noob at programming, sorry if this is a silly question. My supervisor doesn’t seem to trust set.seed() function in r as every number will yield a different output (with different test and train sets). Thus she asked me to specify the range for my training and test dataset. I am conducting… Read More How to create a test and train dataset in R by specifying the range in the data set instead of using set.seed() function and probability?