recodehive / machine-learning-repos

A curated list of awesome machine learning frameworks, libraries and software (by language). I
https://machine-learning-repos.vercel.app/
MIT License
133 stars 230 forks source link

💡[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

Open shravya312 opened 6 days ago

shravya312 commented 6 days ago

Is there an existing issue for this?

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

github-actions[bot] commented 6 days ago

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 commented 5 days ago

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