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

Add Dementia prediction #240

Merged
merged 3 commits into from
Jun 8, 2024
Merged

Add Dementia prediction #240

merged 3 commits into from
Jun 8, 2024

Conversation

PadmalathaKasireddy
Copy link
Contributor

@PadmalathaKasireddy PadmalathaKasireddy commented Jun 8, 2024

Description:

This pull request introduces a machine learning model to Dementia prediction using longitudinal MRI data. Here's a quick rundown:

  • Data Preparation:
    • Loaded and preprocessed two datasets: oasis_cross-sectional.csv and oasis_longitudinal.csv.
    • Handled missing values and encoded categorical columns.
  • EDA:
    • Visualized the distribution of the target variable 'CDR' and explored feature correlations.
  • Modeling:
    • Trained five models: RandomForestClassifier, LogisticRegression, SVM, GradientBoostingClassifier, MLPClassifier.
    • Evaluated models on accuracy, ROC AUC, and classification report.
  • Model Selection:
    • Chose GradientBoostingClassifier as the final model due to its superior performance.
      image
  • Evaluation:
    • Plotted ROC curve and confusion matrix for further assessment.
      image
      image

@sanjay-kv , Please review this and provide me with any suggestions.
Thank you.

Copy link

github-actions bot commented Jun 8, 2024

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@sanjay-kv sanjay-kv merged commit f886cc9 into recodehive:main Jun 8, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants