You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We were only using Petal Length and Petal width but in the plot of decision trees you have used feature_names = ["Sepal Length", "Sepal width", "Petal Length", "Petal width"].
Shouldn't it be only feature_names = ["Petal Length", "Petal width"]?
The text was updated successfully, but these errors were encountered:
We were only using Petal Length and Petal width but in the plot of decision trees you have used
feature_names = ["Sepal Length", "Sepal width", "Petal Length", "Petal width"]
.Shouldn't it be only
feature_names = ["Petal Length", "Petal width"]?
The text was updated successfully, but these errors were encountered: