From b26a795144c0d34c6e0c87d457764124024dd93d Mon Sep 17 00:00:00 2001
From: s2-gado <shekwoyeyilo2.gado@live.uwe.ac.uk>
Date: Thu, 1 May 2025 14:46:45 +0000
Subject: [PATCH] readme updated

---
 README.md | 32 ++++++++++++++++++++++----------
 1 file changed, 22 insertions(+), 10 deletions(-)

diff --git a/README.md b/README.md
index aa72fb1..41de154 100644
--- a/README.md
+++ b/README.md
@@ -1,35 +1,47 @@
 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
-- 
GitLab