#Voting Classifier failure
1 messages · Page 1 of 1 (latest)
Try converting the y_train to a dataframe then (make sure the values match the respective inputs)
1 messages · Page 1 of 1 (latest)
I'm working on the titanic dataset from Kaggle and I'm trying to determine the optimal models for the Voting Classifier
X_train is a dataframe but y_train is a numpy array
Try converting the y_train to a dataframe then (make sure the values match the respective inputs)