An open API service indexing awesome lists of open source software.

https://github.com/packtworkshops/the-supervised-learning-workshop

An Interactive Approach to Understanding Supervised Learning Algorithms
https://github.com/packtworkshops/the-supervised-learning-workshop

classification decision-trees knn matplotlib pandas plots python regression supervised-learning

Last synced: 12 months ago
JSON representation

An Interactive Approach to Understanding Supervised Learning Algorithms

Awesome Lists containing this project

README

          

# The Supervised Learning Workshop
[![GitHub issues](https://img.shields.io/github/issues/PacktWorkshops/The-Supervised-Learning-Workshop.svg)](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/issues)
[![GitHub forks](https://img.shields.io/github/forks/PacktWorkshops/The-Supervised-Learning-Workshop.svg)](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/network)
[![GitHub stars](https://img.shields.io/github/stars/PacktWorkshops/The-Supervised-Learning-Workshop.svg)](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/stargazers)
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/pulls)
[![versions](https://img.shields.io/pypi/pyversions/pybadges.svg)](https://www.python.org/downloads/)

This is the repository for [The Supervised Learning Workshop](https://www.amazon.com/Supervised-Learning-Workshop-Interactive-Understanding-dp-1800209045/dp/1800209045/ref=mt_other?_encoding=UTF8&me=&qid=1611062666&utm_source=github&utm_medium=repository&utm_campaign=9781800209046&utm_term=Supervised%20Learning&utm_content=The%20Supervised%20Learning%20Workshop), published by [Packt](https://www.packtpub.com/?utm_source=github). It contains all the supporting project files necessary to work through the course from start to finish.

## Requirements and Setup
The Supervised Learning Workshop

To get started with the project files, you'll need to:
1. Install Jupyter on [Windows](https://www.python.org/downloads/windows/), [Mac](https://www.python.org/downloads/mac-osx/), [Linux](https://www.python.org/downloads/source/)
2. Install Anaconda on [Windows](https://www.anaconda.com/distribution/#windows), [Mac](https://www.anaconda.com/distribution/#macos), [Linux](https://www.anaconda.com/distribution/#linux)

## About The Supervised Learning Workshop
Taking an engaging and practical approach, [The Supervised Learning Workshop](https://www.amazon.com/Supervised-Learning-Workshop-Interactive-Understanding-dp-1800209045/dp/1800209045/ref=mt_other?_encoding=UTF8&me=&qid=1611062666&utm_source=github&utm_medium=repository&utm_campaign=9781800209046&utm_term=Supervised%20Learning&utm_content=The%20Supervised%20Learning%20Workshop) teaches you how to predict the output of new data, based on the relationship and behavior of existing datasets. You’ll learn at your own pace and use Python libraries and Jupyter to build intelligent predictive models.  

## What you will learn
* Import NumPy and pandas libraries to assess the data in a Jupyter Notebook
* Discover patterns within a dataset using exploratory data analysis
* Using pandas to find the summary statistics of a dataset
* Improve the performance of a model with linear regression analysis
* Increase the predictive accuracy with decision trees such as k-nearest neighbor (KNN) models
* Plot precision-recall and ROC curves to evaluate model performance

## Related Workshops
If you've found this repository useful, you might want to check out some of our other workshop titles:
* [The Unsupervised Learning Workshop](https://www.amazon.com/Unsupervised-Learning-Workshop-unsupervised-unorganized/dp/1800200706/ref=tmm_pap_swatch_0?_encoding=UTF8&qid=1611062803&sr=1-1&utm_source=github&utm_medium=repository&utm_campaign=9781801070515&utm_term=Unsupervised%20Learning&utm_content=The%20Unsupervised%20Learning%20Workshop)
* [The Reinforcement Learning Workshop](https://www.amazon.com/Reinforcement-Learning-Workshop-cutting-edge-reinforcement-dp-1800200455/dp/1800200455/ref=mt_other?_encoding=UTF8&me=&qid=1611062513&utm_source=github&utm_medium=repository&utm_campaign=9781800200456&utm_term=Reinforcement%20Learning&utm_content=The%20Reinforcement%20Learning%20Workshop)
* [The Applied AI and Natural Language Processing Workshop](https://www.amazon.com/Applied-Natural-Language-Processing-Workshop-ebook/dp/B08Q8GNTGT/ref=sr_1_1?dchild=1&keywords=The%20Applied%20AI%20and%20Natural%20Language%20Processing%20Workshop&qid=1610976605&sr=8-1&utm_source=github&utm_medium=repository&utm_campaign=9781801071307&utm_term=Applied%20AI%20and%20Natural%20Language%20Processing&utm_content=The%20Applied%20AI%20and%20Natural%20Language%20Processing%20Workshop)