From a37ab034d383db666e41b6eff088a1489575f627 Mon Sep 17 00:00:00 2001
From: Arman Ulusoy <3016148@stud.hs-mannheim.de>
Date: Sat, 22 Jun 2024 23:14:25 +0200
Subject: [PATCH] README.md aktualisiert
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 5759bbb..bf12258 100644
--- a/README.md
+++ b/README.md
@@ -218,11 +218,12 @@ The selection of features was informed by an analysis presented in a paper (sour
The exact process can be found in the notebook: [features_detection.ipynb](notebooks/features_detection.ipynb).
### ML-models
-For machine learning, the initial step involved tailoring the features for the models, followed by employing a grid search to identify the best hyperparameters. This approach led to the highest performance being achieved by the Extreme Gradient Boosting (XGBoost) model, which attained an accuracy of 83%. Additionally, a Gradient Boosting Tree model was evaluated using the same procedure and achieved an accuracy of 82%. The selection of these models was influenced by the team's own experience and the performance metrics highlighted in the paper (source: https://rdcu.be/dH2jI, last accessed: 15.05.2024). The models have also been evaluated, and it is noticeable that some features, like the ventricular rate, are shown to be more important than other features.
+For machine learning, the initial step involved tailoring the features for the models, followed by employing a grid search to identify the best hyperparameters. This approach led to the highest performance being achieved by the Extreme Gradient Boosting (XGBoost) model, which attained an accuracy of 83%. Additionally, a Gradient Boosting Tree model was evaluated using the same procedure and achieved an accuracy of 82%. A Decision Tree model was also evaluated, having the lowest performance of 80%. The selection of these models was influenced by the team's own experience and the performance metrics highlighted in the paper (source: https://rdcu.be/dH2jI, last accessed: 15.05.2024). The models have also been evaluated, and it is noticeable that some features, like the ventricular rate, are shown to be more important than other features.
The detailed procedures can be found in the following notebooks:
[ml_xgboost.ipynb](notebooks/ml_xgboost.ipynb)
[ml_grad_boost_tree.ipynb](notebooks/ml_grad_boost_tree.ipynb)
+
[ml_decision_tree.ipynb](notebooks/ml_decision_tree.ipynb)
## Contributing