Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
:orphan:
######################################
Level 2: Add a validation and test set
.. raw:: html
<div class="display-card-container">
<div class="row">
.. displayitem::
:header: Validate and test a model
:description: Add a validation and test data split to avoid overfitting.
:col_css: col-md-4
:button_link: ../common/evaluation_basic.html
:height: 150
:tag: basic
:header: Save your model progress
:description: Learn to save the state of a model as it trains.
:button_link: ../common/checkpointing_basic.html#save-a-checkpoint
:header: Enable early stopping
:description: Use early stopping to decide when to stop training your model.
:button_link: ../common/early_stopping.html
</div>