SrijanShovit / HealthLearning

A repo comprising of various Machine Learning and Deep Learning projects in healthcare domain.
36 stars 51 forks source link

Added feature Importance #172

Closed Divyanshi1002 closed 1 week ago

Divyanshi1002 commented 2 weeks ago

Description

Added the following method to detect feature importance: 1)Random Forest Feature Importance: used a Random Forest model to calculate feature importance. 2)ANOVA for Feature Importance: performed ANOVA to detect the importance of features based on their relationship with the target variable. 3)Comparison with Gradient Boosting: compared Random Forest with Gradient Boosting

Related Issues

Changes

Added a file with updated feature importance and analysis.

Checklist

Make sure to check off all the items before submitting. Mark with [x] if done.

github-actions[bot] commented 1 week ago

This issue has been automatically closed because it has been inactive for more than 7 days. If you believe this is still relevant, feel free to reopen it or create a new one. Thank you!