@harry wrote:
I am currently solving one classification problem for which I am trying to split the training data into training and testing of my model for which I am using the sample.split function but I am getting the error.
sample_0 = sample.split(train_0, SplitRatio = .9) Error: could not find function "sample.split"
Posts: 2
Participants: 2