Notebook says to use above visualization helper function, however i cannot see the helper function in the notebook?
The helper function is the function linear_model_flipper_mass() defined in the cell below the head line âModel definitionâ.
Have a look at the prior lecture notebook " Linear regression without scikit-learn"
and you see a similar function.
Thank you Thomas. The function defined above I would not call a visualization helper function. Therefore my post. To me itâs either âhelper functionâ or visualization helper function is missing? Not a big deal l. Either typo or missing helper function.
Since we donât put any comment in the docstring or that the function name is not related to visualization, it is true that visualization helper function
might be surprising. I fixed it in FIX remove ambuiguous visualization word ¡ INRIA/scikit-learn-mooc@dd8a1e5 ¡ GitHub
Synchronizing the notebooks should show the change.
Thanks for reporting.