You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ML-For-Beginners/2-Regression/2-Data/README.md

51 lines
1.1 KiB

4 years ago
# Build a Regression Model using Scikit-Learn: Data
4 years ago
4 years ago
> Sketchnote
4 years ago
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/7/)
4 years ago
### Introduction
4 years ago
In this lesson, you will learn:
- Good reasons to create a regression model for a machine learning problem
4 years ago
- Some math behind regression models
4 years ago
- Using Scikit-Learn to evaluate your data
- Preparing your data for training, testing, and evaluation
4 years ago
### Prerequisite
What steps should have been covered before this lesson?
### Preparation
Preparatory steps to start this lesson
---
[Step through content in blocks]
## [Topic 1]
### Task:
Work together to progressively enhance your codebase to build the project with shared code:
```html
code blocks
```
✅ Knowledge Check - use this moment to stretch students' knowledge with open questions
## [Topic 2]
## [Topic 3]
🚀 Challenge: Add a challenge for students to work on collaboratively in class to enhance the project
Optional: add a screenshot of the completed lesson's UI if appropriate
4 years ago
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/8/)
4 years ago
## Review & Self Study
**Assignment**: [Assignment Name](assignment.md)