I am working on the Overfitting lab (Machine Learning Specialization - Course 1 - Week 3 - Lab 08: Overfitting).
I am working on this lab locally on my device. I know this means that we need to modify Line 359 in “plt_overfit.py” so that penality=None instead of penalty=“none” and that we need to remove the “normalize=True” from line 336.
I have done both steps, and I can see the initial state of the figure appear, as in the image below.
Thanks for the response, @TMosh .
I am not sure how to run this in a private browser session. I am trying to run this in VScode. Any tips on that? Thanks again!