Skip to content

Scoring model as a good practice #444

@ArturoAmorQ

Description

@ArturoAmorQ

Though in almost all of the notebooks we score the presented model somehow, there are some exceptions:

On the same line of thought, ensemble_hyperparameters.py computes cv scores for parameter tuning but it doesn't pass the best parameters to a final test-set scoring.

Plotting a validation curve using the train set but no further scoring on the test-set (as in Solution for Exercise M6.03 and Solution for Exercise M6.04) is discussed in this forum post. In this case we can either use the whole data-set or add a Warning message.

We also don't score most of the notebooks that use the full data-set for modeling (see #441), but that is perfectly fine.

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