Title | Author | Date |
---|---|---|
Day 9 of 30 Day Of ML Code Event |
Rajendrasinh Parmar |
August 13, 2021 |
This lesson is on implementation of first Machine Learning model.
Follow the notebook Your First Machine Learning Model for lesson details.
The associated exercise with the third lesson of the course is provided in Exercise: Your First Machine Learning Model
In this lesson, you will learn to use model validation to measure the quality of your model. Measuring model quality is the key to iteratively improving your models.
Follow the notebook Model Validation for lesson details.
The associated exercise with the forth lesson of the course is provided in Exercise: Model Validation