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

Metabolic Syndrome Prediction | 5. Model prediction and evaluation #98

Closed
1 task done
SrijanShovit opened this issue May 18, 2024 · 8 comments · Fixed by #156
Closed
1 task done

Metabolic Syndrome Prediction | 5. Model prediction and evaluation #98

SrijanShovit opened this issue May 18, 2024 · 8 comments · Fixed by #156

Comments

@SrijanShovit
Copy link
Owner

Is your feature request related to a problem? Please describe.

After all data play, let's delve into actual training part.

Describe the solution you'd like

  1. Write generic functions.
  2. Use all features; no feature engineering (transformation, selection, extraction, dropping here)
  3. Use both normalized and standardized data.
  4. Use hyperparameter tuning for models.
  5. Use some training strategy like LOSO or K-Fold.
  6. Record time to find best params and time to train using those params.
  7. Predict on test data and print all eval metrics.
  8. If it is binary classification, plot ROC to find optimal threshold.
  9. Using that, plot Confusion matrix to evaluate the models.
  10. Models to use: Extra Trees, Extra Tree, SVM, Logistic, KNN, DT, RF, GB, Bagging Clf, XGB, Hist GB, MLP, Catboost, Adaboost, Naive Bayes, LightGBM

Describe alternatives you've considered

No response

Additional context

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@SrijanShovit
Copy link
Owner Author

@Arihant-Bhandari proceed

Copy link

Congratulations, @SrijanShovit! 🎉 Thank you for creating your issue. Your contribution is greatly appreciated and we look forward to working with you to resolve the issue. Keep up the great work!

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

@SrijanShovit SrijanShovit changed the title Metabolic Syndrome Prediction | 4. Model prediction and evaluation Metabolic Syndrome Prediction | 5. Model prediction and evaluation May 18, 2024
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!

@Arihant-Bhandari
Copy link
Contributor

hi @SrijanShovit due to certain circumstances in my college, i am now able to complete this project, i would be really glad if you could open this issue up again. thank you as always

@SrijanShovit SrijanShovit reopened this Jun 2, 2024
@Arihant-Bhandari
Copy link
Contributor

Thank you @SrijanShovit will complete this soon.

@Taranpreet10451
Copy link

Please assign this to me.

@Ar7109
Copy link

Ar7109 commented Jun 17, 2024

@SrijanShovit I have worked earlier in machine learning field. Please assign to me under gssoc 2024

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants