-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We see that some of the code doesn't work in colab, due to different versions of sklearn.
For example the regression_report function in the "regression with multiple features" chapter, uses mse.round(3) which may need to be changed to round(mse, 3).
We should lock the version of sklearn to match the version in colab (currently 1.6.1)
Metadata
Metadata
Assignees
Labels
No labels