moving graphics around

pull/34/head
Jen Looper 4 years ago
parent 1f697fa028
commit b4dbedc403

@ -1,7 +1,8 @@
# Get started with Python and Scikit-Learn for Regression models # Get started with Python and Scikit-Learn for Regression models
![Logistic vs. Linear Regression Infographic](./images/logistic-linear.png) ![Summary of regressions in a sketchnote](../../sketchnotes/ml-regression.png)
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
> Sketchnote by [Tomomi Imura](https://www.twitter.com/girlie_mac)
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/7/) ## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/7/)
## Introduction ## Introduction
@ -17,7 +18,6 @@ In this lesson, you will learn:
- Getting used to working with Jupyter notebooks - Getting used to working with Jupyter notebooks
- An introduction to Scikit-Learn, including installation - An introduction to Scikit-Learn, including installation
- An introduction to Linear Regression with a hands-on exercise - An introduction to Linear Regression with a hands-on exercise
## Installations and Configurations ## Installations and Configurations
[![Using Python with Visual Studio Code](https://img.youtube.com/vi/7EXd4_ttIuw/0.jpg)](https://youtu.be/7EXd4_ttIuw "Using Python with Visual Studio Code") [![Using Python with Visual Studio Code](https://img.youtube.com/vi/7EXd4_ttIuw/0.jpg)](https://youtu.be/7EXd4_ttIuw "Using Python with Visual Studio Code")

@ -1,4 +1,7 @@
# Logistic Regression to Predict Categories # Logistic Regression to Predict Categories
![Logistic vs. Linear Regression Infographic](./images/logistic-linear.png)
> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/13/) ## [Pre-lecture quiz](https://jolly-sea-0a877260f.azurestaticapps.net/quiz/13/)
### Introduction ### Introduction

@ -1,8 +1,4 @@
# Regression Models for Machine Learning # Regression Models for Machine Learning
![Summary of regressions in a sketchnote](../sketchnotes/ml-regression.png)
> Sketchnote by [Tomomi Imura](https://www.twitter.com/girlie_mac)
## Regional topic: Regression models for pumpkin prices in North America ## Regional topic: Regression models for pumpkin prices in North America
In North America, pumpkins are often carved into scary faces for Halloween. Let's discover more about these fascinating vegetables! In North America, pumpkins are often carved into scary faces for Halloween. Let's discover more about these fascinating vegetables!

Loading…
Cancel
Save