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

https://github.com/anantkaushik/machine-learning

Machine Learning Using Python
https://github.com/anantkaushik/machine-learning

machine-learning ml python3

Last synced: 5 months ago
JSON representation

Machine Learning Using Python

Awesome Lists containing this project

README

        

# Machine Learning Algorithms

Topics covered:

- [x] [Data Preprocessing](Data-Preprocessing/data-preprocessing-template.py)
- [x] [Regression](Regression)
- [x] [Simple Linear Regression](Regression/Simple-Linear-Regression)
- [x] [Multiple Linear Regression](Regression/Multiple-Linear-Regression)
- [x] [Polynomial Regression](Regression/Polynomial-Regression)
- [x] [Decision Tree Regression](Regression/Decision-Tree-Regression)