# Get started with Python and Scikit-Learn for Regression models


> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
# Build a Regression Model using Scikit-Learn: Regression Two Ways


> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
@ -31,7 +31,7 @@ Logistic Regression does not offer the same features as Linear Regression. The f
There are other types of Logistic Regression, including Multinomial and Ordinal. Multinomial involves having more than one categories - "Orange, White, and Striped". Ordinal involves ordered categories, useful if we wanted to order our outcomes logically, like our pumpkins that are ordered by a finite number of sizes (mini,sm,med,lg,xl,xxl).


> Infographic by [Dasani Madipalli](https://twitter.com/dasani_decoded)
| 23 | Help Peter avoid the Wolf! 🐺 | [Reinforcement Learning]() | tbd | [lesson]() | Dmitry |
| 24 | Real-World ML Scenarios and Applications | The Future of Machine Learning | Interesting and Revealing real-world applications of ML | [lesson](8-Real-World/2-Applications/README.md) | All |
| 24 | Real-World ML Scenarios and Applications | ML in the Wild | Interesting and Revealing real-world applications of classical ML | [lesson](8-Real-World/2-Applications/README.md) | All |
## Offline access
You can run this documentation offline by using [Docsify](https://docsify.js.org/#/). Fork this repo, [install Docsify](https://docsify.js.org/#/quickstart) on your local machine, and then in the root folder of this repo, type `docsify serve`. The website will be served on port 3000 on your localhost: `localhost:3000`.