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
- Host: GitHub
- URL: https://github.com/packtworkshops/the-supervised-learning-workshop
- Owner: PacktWorkshops
- License: mit
- Created: 2019-12-09T07:20:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T02:11:50.000Z (almost 4 years ago)
- Last Synced: 2025-03-29T05:22:32.234Z (about 1 year ago)
- Topics: classification, decision-trees, knn, matplotlib, pandas, plots, python, regression, supervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 49.8 MB
- Stars: 29
- Watchers: 4
- Forks: 56
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Supervised Learning Workshop
[](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/issues)
[](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/network)
[](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/stargazers)
[](https://github.com/PacktWorkshops/The-Supervised-Learning-Workshop/pulls)
[](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.
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)
