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

https://github.com/rajan-bhateja/machine-learning-with-python

Machine learning algorithms implemented using Scikit-learn
https://github.com/rajan-bhateja/machine-learning-with-python

classification clustering machine-learning regression scikit-learn sklearn

Last synced: about 1 month ago
JSON representation

Machine learning algorithms implemented using Scikit-learn

Awesome Lists containing this project

README

          

# Machine-Learning-with-Python
Machine learning algorithms implemented using Scikit-learn in Jupyter Notebook
These include:
* Regression (Linear and XGBRegressor)
* Classification (Logistic, SVM, Decision Trees, Random Forests, etc.)
* Clustering (K-Means, DBSCAN)