Feature/brain stroke assessment#1062
Open
notdekyy wants to merge 10 commits into
Open
Conversation
|
Our team will soon review your PR. Thanks @notdekyy :) |
abhisheks008
requested changes
May 30, 2026
abhisheks008
left a comment
Owner
There was a problem hiding this comment.
Hi @notdekyy please follow the project structure mentioned in the README of this repository.
Also please follow the README template to update the main README of your project folder.
Create an Images folder and store the project generated images/output inside that. Use those images in the README of the project folder to provide a clear user experience.
Author
|
Hi @abhisheks008 , Thank you for the review and guidance! I have completely updated the project structure and documentation to match the repository standards. Here is a summary of the adjustments made:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request for DL-Simplified 💡
Issue Title : Brain Stroke Risk Assessment using Multi-Architecture ANN
Closes: #1040
Describe the add-ons or changes you've made 📃
I have added an end-to-end deep learning workflow under a newly structured project directory:
Brain Stroke Risk Assessment/. The additions include:OneHotEncoderand scaled continuous values viaStandardScalerusing aColumnTransformerlayout to avoid data leakage. Dataset features were safely expanded into 19 structural input columns.BatchNormalizationandDropout(0.3)layers to reduce overfitting constraints.README.mdcontaining the baseline performance matrix tracking F1-Score and PR-AUC.--- 📊 GSSoC PROJECT EVALUATION MATRIX ---
Insight: The introduction of structural class-weight penalties in Model 3 yielded a ~478% increase in minority target F1-Score classification, highlighting its necessity in imbalanced diagnostic models.
Type of change ☑️
How Has This Been Tested? ⚙️
train_test_splitwithtest_size=0.2), ensuring that training evaluations were verified against a completely hidden validation set.Checklist: ☑️