Dear Scikit experts,
Just as a reminder, I found a simple typo error in the solution of the exercise.
The code for the figure title is:
_ = plt.title(“Decision boundary using a logistic regression”)
I think it shoud be using a decision tree classifier
Thank you for the wonderful tutorial materials.