Typo error in the solution

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 :slight_smile:

Thank you for the wonderful tutorial materials.

Thanks for reporting. I did the correction there: FIX update the title of the figure · INRIA/scikit-learn-mooc@b059761 · GitHub

You can synchronize the notebook to see the change using File → Revert to original

Also a typo in the solution to M5 Wrap-up quiz, Q3:

From the code shown above, optimized decision tree give an R² of ~xx in average while the logistic [should be linear] regression gave an average of ~yy.

Thanks I made the correction. We would need to make it in FUN as well.

@lfarhi @MarieCollin The following change needs to be introduced in FUN: https://gitlab.inria.fr/learninglab/mooc-scikit-learn/mooc-scikit-learn-coordination/-/commit/4e42e319af6c5ad858b63571be6df5e77cd3693f

je le fais ce matin

1 Like

It’s fixed in FUN also