Level 2: Add a validation and test setΒΆ Validate and test a model Add a validation and test data split to avoid overfitting. basic Save your model progress Learn to save the state of a model as it trains. basic Enable early stopping Use early stopping to decide when to stop training your model. basic