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

https://github.com/kshitijshrivastava1903/data-science-and-machine-learning-projects

Used supervised and unsupervised machine learning algorithms for classification and regression tasks on real datasets
https://github.com/kshitijshrivastava1903/data-science-and-machine-learning-projects

decision-trees kmeans-clustering knearest-neighbor-algorithm linear-regression machine-learning-algorithms matplotlib-pyplot numpy pandas random-forest-classifier seaborn support-vector-machines

Last synced: 8 months ago
JSON representation

Used supervised and unsupervised machine learning algorithms for classification and regression tasks on real datasets

Awesome Lists containing this project

README

          

In this repository, I have used 5 different machine learning algorithms, SUPPORT VECTOR MACHINES (on the famous Iris dataset
to predict species of flowers on the basis of their features), LINEAR REGRESSION (on the famous Boston housing dataset to
predict prices of houses in Boston on the basis of features regarding locality supplied), RANDOM FOREST ALGORITHM (on customer
data to predict whether they will repay the loan), K-MEANS CLUSTERING (for predicting whether a college is private or public
on the basis of features supplied), K-NEAREST NEIGHBOURS (for classification on the basis of some random data).