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 Prediction Model Performance #1144

Open
1 of 2 tasks
PrasDev4 opened this issue Jan 10, 2025 · 1 comment
Open
1 of 2 tasks

🧑‍💻: Diabetes Prediction Model Performance #1144

PrasDev4 opened this issue Jan 10, 2025 · 1 comment
Assignees
Labels
BEGINNER Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. SWOC

Comments

@PrasDev4
Copy link
Contributor

Title

Hyperparameter Tuning for Improved Diabetes Prediction Model Performance

Enhancement Aim

The aim of this enhancement is to improve the accuracy of the existing diabetes prediction model using Random Forest by performing hyperparameter tuning with GridSearchCV. This will help identify the optimal hyperparameters for the model, leading to better prediction results.

Changes

Changes:

  • Hyperparameter Tuning: Introduced GridSearchCV to optimize hyperparameters such as n_estimators, max_depth, and 
     min_samples_split for the Random Forest model.
    
  • Model Building: After tuning, rebuilt the Random Forest model using the best hyperparameters identified by the grid search.
    
  • Model Evaluation: Evaluated the model’s performance on the test data, showing an improvement in accuracy from 0.975 to 
    0.995.
    

Screenshots 📷

Screenshot 2025-01-10 112912

Guidelines

  • I have read the guidelines
  • I have the link to my latest merged PR

Full Name

Prasanna Devireddy

Participant Role

SWOC

Copy link

🙌 Thank you for bringing this issue to our attention! We appreciate your input and will investigate it as soon as possible.

Feel free to join our community on Discord to discuss more!

@UTSAVS26 UTSAVS26 added Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. BEGINNER SWOC labels Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BEGINNER Contributor Denotes issues or PRs submitted by contributors to acknowledge their participation. Status: Assigned💻 Indicates an issue has been assigned to a contributor. SWOC
Projects
None yet
Development

No branches or pull requests

2 participants