Classification with Feature Selection and Extraction Methods
-
Updated
Aug 30, 2021 - Python
Classification with Feature Selection and Extraction Methods
Used CDC dataset for heart attack detection in patients. Balanced the dataset using SMOTE and Borderline SMOTE and used feature selection and machine learning to create different models and compared them based on metrics such as F-1 score, ROC AUC, MCC, and accuracy.
Uses nearest neighbor algorithm to find which feature is the best indicator for a certain class attribute
Add a description, image, and links to the forward-selection topic page so that developers can more easily learn about it.
To associate your repository with the forward-selection topic, visit your repo's landing page and select "manage topics."