pull/34/head
Jen Looper 3 years ago
parent c41f0bbaf6
commit c36ee79465

@ -0,0 +1,5 @@
{
"staticWebApps.appSubpath": "/",
"staticWebApps.apiSubpath": "api",
"staticWebApps.outputSubpath": "dist"
}

@ -1,18 +1,15 @@
# [Lesson Topic]
Add a sketchnote if possible/appropriate
![Embed a video here if available](video-url)
> Sketchnote
## [Pre-lecture quiz](link-to-quiz-app)
Describe what we will learn
### Introduction
Describe what will be covered
> Notes
In this lesson, you will get set up to use Skikit-Learn.
- What is Skikit-Learn
- Installing the library
- Installing Python
- Using Jupyter notebooks in Visual Studio Code
### Prerequisite

@ -1,18 +1,15 @@
# [Lesson Topic]
Add a sketchnote if possible/appropriate
![Embed a video here if available](video-url)
# Build a Regression Model using Scikit-Learn: Data
> Sketchnote
## [Pre-lecture quiz](link-to-quiz-app)
Describe what we will learn
### Introduction
Describe what will be covered
> Notes
In this lesson, you will learn:
- Good reasons to create a regression model for a machine learning problem
- Using Scikit-Learn to evaluate your data
- Preparing your data for training, testing, and evaluation
### Prerequisite

@ -1,6 +1,6 @@
# Quizzes
These quizzes are the pre- and post-lecture quizzes for the web development for beginners curriculum at https://aka.ms/webdev-beginners
These quizzes are the pre- and post-lecture quizzes for the web development for ml curriculum at https://aka.ms/ml-beginners
## Project setup

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save