Ecosyste.ms: Awesome
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: 20 days ago
JSON representation
Machine learning algorithms implemented using Scikit-learn
- Host: GitHub
- URL: https://github.com/rajan-bhateja/machine-learning-with-python
- Owner: rajan-bhateja
- Created: 2024-12-02T16:35:21.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:01:18.000Z (20 days ago)
- Last Synced: 2025-01-18T15:06:48.153Z (20 days ago)
- Topics: classification, clustering, machine-learning, regression, scikit-learn, sklearn
- Language: Jupyter Notebook
- Homepage:
- Size: 7.58 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)