Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diabetes | feature- selection #125

Closed
wants to merge 4 commits into from
Closed

Diabetes | feature- selection #125

wants to merge 4 commits into from

Conversation

Anuragsarkar12
Copy link
Contributor

Description

Performed Feature Selection
This PR does the following:

  • Compared the Chi-square values and f-statistic values for all features in different plots
  • Used f-statistic in SelectKBest and Recursive Feature Elimination with Cross Validation to create two new datasets
  • Applied Random Forest Classifier with hyperparameter tuning on both the datasets and compared the model accuracies

Checklist

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

  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I am working on this issue under GSSOC

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job, @Anuragsarkar12! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.

We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines

@SrijanShovit
Copy link
Owner

First do feature selection properly then jump into prediction.

@Anuragsarkar12
Copy link
Contributor Author

Could you provide me some suggestions as to what I should use further for feature selection

@SrijanShovit
Copy link
Owner

SrijanShovit commented May 25, 2024

https://github.com/SrijanShovit/HealthLearning/blob/main/Metabolic%20Syndrome%20Prediction/metabolic_syndrome_predict.ipynb

Moreover, feature selection is not what I asked for in the issue. Feature Importance is different.

@Anuragsarkar12
Copy link
Contributor Author

Okay,I'll make the appropriate changes

@SrijanShovit
Copy link
Owner

any updates @Anuragsarkar12

@Anuragsarkar12
Copy link
Contributor Author

I am actually out of town so I am not able to work on it, I'll return tomorrow and will make the changes within a couple of days

Copy link

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!

@github-actions github-actions bot closed this Jun 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants