Heart Attack Prediction by implementing Feature Selection such as SelectKBest & Recursive Feature Elimination
-
Updated
May 30, 2021 - Python
Heart Attack Prediction by implementing Feature Selection such as SelectKBest & Recursive Feature Elimination
Before training a model or feed a model, first priority is on data,not in model. The more data is preprocessed and engineered the more model will learn. Feature selectio one of the methods processing data before feeding the model. Various feature selection techniques is shown here.
Add a description, image, and links to the selectkbest topic page so that developers can more easily learn about it.
To associate your repository with the selectkbest topic, visit your repo's landing page and select "manage topics."