Skip to content

Match Package Versions #5

@s2t2

Description

@s2t2

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions