Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 964 Bytes

basic_level_2.rst

File metadata and controls

41 lines (31 loc) · 964 Bytes
orphan:

Level 2: Add a validation and test set

.. 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

.. displayitem::
   :header: Save your model progress
   :description: Learn to save the state of a model as it trains.
   :col_css: col-md-4
   :button_link: ../common/checkpointing_basic.html#save-a-checkpoint
   :height: 150
   :tag: basic

.. displayitem::
   :header: Enable early stopping
   :description: Use early stopping to decide when to stop training your model.
   :col_css: col-md-4
   :button_link: ../common/early_stopping.html
   :height: 150
   :tag: basic