https://github.com/bluelord/ml_mastery_python
Machine Learning Mastery with python practice code and notes
https://github.com/bluelord/ml_mastery_python
Last synced: 4 months ago
JSON representation
Machine Learning Mastery with python practice code and notes
- Host: GitHub
- URL: https://github.com/bluelord/ml_mastery_python
- Owner: Bluelord
- License: mit
- Created: 2021-04-30T15:33:21.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-13T10:05:42.000Z (about 4 years ago)
- Last Synced: 2024-12-30T22:29:03.598Z (5 months ago)
- Language: Jupyter Notebook
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# README
## Machine Learning Mastery with Python
This repository has the notebooks for prectice code and notes, taken from
Machine Learning Mastery with python by [Jason Brawnlee](https://machinelearningmastery.com/about/).
This book focues on a specific sub-field of machine learning called predictive modeling,
which is the most useful in industry and thge type of machine learning that the scikit-learn library in Python excels.[**Lessons:**](https://github.com/Bluelord/ML_Mastery_Python/blob/30e06294799bcf9de7eec2a5794c3c540cca79c9/Lessons/README.md) Learn how the sub-tasks of a machine learning project map onto Python and the best practice way of working through each task.
[**Projects:**](https://github.com/Bluelord/ML_Mastery_Python/blob/39c1c0e6b63a37fe012eafbcd9eb9a940cead1ce/Projects/README.md) Tie together all of the knowledge from the lessons by working through case study
predictive modeling problems.From this book we will know how to work on small to medium size dataset,
how to build a modle that can make accurate predictions on new data,
we wil learn new and different techniques in python and scipy.