Python3 implementation of different learning algorithms on the UCI Heart Diseases dataset
The main motivation behind this project and samples is educational purposes.
- 1 - Logistic Regression
- 2 - KNN
- 3 - SVM
- 4 - Random Forest
- 5 - Decision Tree
Python3 implementation of different learning algorithms on the UCI Heart Diseases dataset
The main motivation behind this project and samples is educational purposes.