Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
DSP Project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
s2-gado
DSP Project
Commits
b26a7951
Commit
b26a7951
authored
2 months ago
by
s2-gado
Browse files
Options
Downloads
Patches
Plain Diff
readme updated
parent
7e10f07e
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+22
-10
22 additions, 10 deletions
README.md
with
22 additions
and
10 deletions
README.md
+
22
−
10
View file @
b26a7951
dashboard/:
Contains all the Streamlit app components (app.py, overview.py, filtered.py, model_result.py, prediction.py) for building the interactive dashboard.
alzheimers_disease_data.csv
alzheimers_disease_data.csv:
The primary dataset used for analysis and training.
Correlation-Accuracy_Results:
Folder with the results from the GA,the best correlation and accuracy from each run
GA2.ipynb
GA2.ipynb:
Genetic Algorithm used to select features.
models.ipynb
models.ipynb:
Trains and evaluates ML models using selected features from GA.
models2.ipynb
models2.ipynb:
Trains and evaluates models using all features for comparison.
metrics.csv
metrics.csv:
Contains saved metrics like accuracy from different models using the selected features
preprocessing.ipynb
preprocessing.ipynb:
Handles missing values, scaling, and other preprocessing steps.
requirements.txt
requirements.txt:
List of libraries needed to run the code.
results.txt
results.txt:
Contains the accuracy, correlation and features selected from each run
Selected_features.csv
Selected_features.csv:
The final selected features after applying genetic algorithm optimization.
Tradeoff_plot.png
Tradeoff_plot.png:
Visual representation of the trade-off between accuracy and correlation results from GA.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment