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

💡[Feature]: in the existing repo of Fetal Health Classification,I want to add XGBoost and LightGBM models which helps in increases the accuracy of the prediction #1233

Closed
4 tasks done
shravya312 opened this issue Oct 3, 2024 · 3 comments

Comments

@shravya312
Copy link
Contributor

shravya312 commented Oct 3, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

XGBoost Strengths:

Optimized for speed and performance.
Works great with structured/tabular data.
Handles missing data efficiently.
Good for dealing with imbalanced datasets.

Best for:

Complex datasets where features interact in non-obvious ways.
Cases where accuracy is more important than making the model easy to explain.

LightGBM Strengths:

Very fast training, even on large datasets.
Works well with many features and can handle missing or sparse data.
Best for:

Large datasets with many rows and columns.
Often faster than XGBoost while still giving good accuracy.
Accuracy potential:

Similar or slightly better than XGBoost, especially for large or high-dimensional data.
Best use-case:

If you need faster training while maintaining accuracy similar to XGBoost.

As of now in the project these have used with 96% highest accuracy

Logistic Regression
Decision Tree Classifier
Random Forest Classifier
Gradient Boosting Classifier

Use Case

Use Case:
Scenario: Expecting mothers go for regular check-ups during pregnancy, where doctors monitor the health of the fetus using tests like Cardiotocogram (CTG).

Problem: Sometimes, it’s hard to tell if a fetus is healthy or if there might be problems. Mistakes can happen, leading to undetected issues that could harm the baby or mother.

Solution: Use machine learning models to analyze the CTG data and classify the fetal health into three categories: normal, suspect, and pathological.

Benefits

Early Detection of Risks: Better accuracy helps find problems early, allowing timely medical help for mothers and babies.

Reducing Infant Mortality: Accurate predictions lower the chances of stillbirths and deaths by identifying high-risk pregnancies needing extra care.

Better Resource Allocation: Hospitals can use resources wisely, focusing on high-risk cases for timely support.

Improved Maternal Health: Accurate predictions lower the risk of undiagnosed issues, helping to keep mothers healthy during childbirth.

Increased Trust in Technology: Higher accuracy builds trust in AI tools, helping doctors and families rely on technology for better care.

Reducing Healthcare Costs: Finding problems early cuts down on expensive emergencies and long-term care needs.

Add ScreenShots

its not there

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I want to work on this issue
@shravya312 shravya312 added the enhancement New feature or request label Oct 3, 2024
Copy link

github-actions bot commented Oct 3, 2024

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions reach out to LinkedIn. Your contributions are highly appreciated! 😊

Note: I Maintain the repo issue twice a day, or ideally 1 day, If your issue goes stale for more than one day you can tag and comment on this same issue.

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
We are here to help you on this journey of opensource, any help feel free to tag me or book an appointment.

@shravya312 shravya312 changed the title 💡[Feature]: Fetal Health Classification In this classification task I want to add XGBoost and LightGBM models which helps in increases the accuracy of the prediction 💡[Feature]: in the existing repo of Fetal Health Classification,I want to add XGBoost and LightGBM models which helps in increases the accuracy of the prediction Oct 3, 2024
@shravya312 shravya312 changed the title 💡[Feature]: in the existing repo of Fetal Health Classification,I want to add XGBoost and LightGBM models which helps in increases the accuracy of the prediction 💡[Feature]: in the existing repo of Fetal Health Classification,I want to add XGBoost and LightGBM models which helps in increases the accuracy of the prediction Oct 3, 2024
@shravya312
Copy link
Contributor Author

I want to improve the code of fetal health classification by adding 2 models XGboost and LightGBM which increases the accuracy
Can u assign this issue to me @sanjay-kv

Copy link

Hello @shravya312! Your issue #1233 has been closed. Thank you for your contribution!

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

No branches or pull requests

2 participants