Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 343 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 343 Bytes

Diagnonsis of Heart Diseases

Python3 implementation of different learning algorithms on the UCI Heart Diseases dataset

General Information

The main motivation behind this project and samples is educational purposes.

Implemented Algorithms

  • 1 - Logistic Regression
  • 2 - KNN
  • 3 - SVM
  • 4 - Random Forest
  • 5 - Decision Tree