Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psnappz/machine-learning-and-data-mining-algorithms
Machine Learning Algorithms Python [In Active Development]
https://github.com/psnappz/machine-learning-and-data-mining-algorithms
algorithms classification data-mining data-mining-algorithms datascience machine-learning machine-learning-algorithms projects python random-forest rotation-forest scikit-learn sklearn uci-machine-learning
Last synced: 3 months ago
JSON representation
Machine Learning Algorithms Python [In Active Development]
- Host: GitHub
- URL: https://github.com/psnappz/machine-learning-and-data-mining-algorithms
- Owner: PSNAppz
- Created: 2018-01-21T09:27:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-06T22:21:24.000Z (over 1 year ago)
- Last Synced: 2024-05-01T13:56:34.917Z (9 months ago)
- Topics: algorithms, classification, data-mining, data-mining-algorithms, datascience, machine-learning, machine-learning-algorithms, projects, python, random-forest, rotation-forest, scikit-learn, sklearn, uci-machine-learning
- Language: Python
- Homepage:
- Size: 16 MB
- Stars: 14
- Watchers: 2
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Machine Learning & Data Mining Algorithms
Python Implementation of Machine Learning and Data Mining Algorithms## Classification Algorithms
* SVM
* ROTATION FOREST
* RANDOM FOREST
* PCA
* LDA
* NAIVE BAYES
* PSO
* QDA
* DECISION TREE
* KNN### Feature Selection
- Random Forest
- BPSO### ENSEMBLE METHODS
- Bagging
- Ada Boost
- Gradient Boost
- XG Boost
- Stacking