For example, can I import two different datasets as one for training the model and other for testing it. In classifier can I use X_train, y_train just from training dataset and X_test, y_train from testing dataset. is it legit to go for it?

is it affecting on Model accuracy? or not?

Similar questions and discussions