Sailee Narayan Dalvi

Results 1 comments of Sailee Narayan Dalvi

@lenhhoxung86 sir you can try splitting the dataset using the following code `` from sklearn.model_selection import train_test_split X_train, X_test, y_train, y_test = train_test_split(new_name,z, test_size=0.2) `` This will split the dataset...