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

Cardiovascular Disease Prediction Model #64

Merged

Conversation

siddhant4ds
Copy link
Contributor

Closes: #37

  • Title : Cardiovascular Disease Prediction Model
  • Name: Siddhant Tiwari
  • Idenitfy yourself: SSOC-3 (2024) Contributor

Describe the add-ons or changes you've made 📃

  • Linked a notebook which includes:
  1. Exploratory Data Analysis of the dataset
  2. Data cleaning and preprocessing as required for different ML algorithms
  3. Feature engineering based on domain knowledge.
  4. Feature selection based on correlation scores.
  5. Model implemented: Logistic Regression, Decision Tree, Random Forest, AdaBoost, Hist-Gradient Boosting and Multi-Layer Perceptron neural network.
  6. Post-tuning of prediction thresholds for models for more accurate predictions.
  7. Result analysis using confusion matrices.
  • Added a README which includes the project details and images generated.

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

Model reproducibility: Setting random seed and multiple runs of the models to ensure stable results.
Dependencies: Running the notebook in local environment as well as cloud-hosted notebooks (Kaggle).

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

scrshot1
scrshot2
scrshot3
scrshot4
scrshot5

Note to reviewers 📄

Copy link

github-actions bot commented Jul 8, 2024

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@siddhant4ds siddhant4ds changed the title Cardiovascular Diseas Prediction Model Cardiovascular Disease Prediction Model Jul 8, 2024
Copy link
Owner

@Avdhesh-Varshney Avdhesh-Varshney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@siddhant4ds LGTM.

ML/Projects/cardiovascular_disease_prediction/README.md Outdated Show resolved Hide resolved
@Avdhesh-Varshney Avdhesh-Varshney added bug 🐛 Something isn't working Requested Changes ⚙️ Some changes have been requested in this PR labels Jul 9, 2024
@Avdhesh-Varshney Avdhesh-Varshney linked an issue Jul 10, 2024 that may be closed by this pull request
@Avdhesh-Varshney Avdhesh-Varshney merged commit 56f67d1 into Avdhesh-Varshney:main Jul 10, 2024
@Avdhesh-Varshney Avdhesh-Varshney added Approved ✔️ This PR is approved by the PR or, Mentors SSOC These issue/pull request will be considered for SSOC'24 Intermediate Intermediate level issues/pull requests ML This comes under the `ML` directory and removed bug 🐛 Something isn't working Requested Changes ⚙️ Some changes have been requested in this PR labels Jul 10, 2024
@siddhant4ds siddhant4ds deleted the cardiovascular-disease branch July 10, 2024 05:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors Intermediate Intermediate level issues/pull requests ML This comes under the `ML` directory SSOC These issue/pull request will be considered for SSOC'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Cardiovascular Disease Prediction Model
2 participants