I have a dataset with a YES-NO decision that I\'m trying to predict. I built the following decision tree:
model = tree.DecisionTreeClassifier() model.fit(X_train,