I am getting this error while running the command from sklearn.model_selection import train_test_split
X_train, X_test, y_train, y_test = train_test_split(image_dataset, mask_dataset, test_size = 0.10, random_state = 0 someone please help me. I don't know where I am going wrong.
I am getting this error while running the command from sklearn.model_selection import train_test_split
X_train, X_test, y_train, y_test = train_test_split(image_dataset, mask_dataset, test_size = 0.10, random_state = 0 someone please help me. I don't know where I am going wrong.