Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 20 days 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)