https://github.com/pdoup/ml-codes
Python source files and notebooks for the Machine Learning course weekly tasks
https://github.com/pdoup/ml-codes
machine-learning scikit-learn
Last synced: about 2 months ago
JSON representation
Python source files and notebooks for the Machine Learning course weekly tasks
- Host: GitHub
- URL: https://github.com/pdoup/ml-codes
- Owner: pdoup
- Created: 2022-07-06T11:32:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-06T11:50:44.000Z (almost 4 years ago)
- Last Synced: 2025-07-04T09:04:35.853Z (12 months ago)
- Topics: machine-learning, scikit-learn
- Language: Jupyter Notebook
- Homepage:
- Size: 426 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ML-codes
Python source files and notebooks for the Machine Learning course weekly tasks
#### Topics covered
* Supervised Learning
* Trees
* Instance-Based Learning
* Bayesian Learning
* Neural Nets
* Support Vector Machines
* Model Evaluation Techniques - Correlation
* Clustering
* Feature Selection
* Ensemble Models