From faca54551f6a67974d5e35b91ce8baa6a35ca97f Mon Sep 17 00:00:00 2001 From: Felix Mucha <3016498@stud.hs-mannheim.de> Date: Wed, 26 Jun 2024 17:31:35 +0200 Subject: [PATCH] Stop tracking settings.json --- settings.json | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 settings.json diff --git a/settings.json b/settings.json deleted file mode 100644 index 0eea2e5..0000000 --- a/settings.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "wfdb_path_comment": "Path to the WFDB data. This is the folder where the WFDB data is stored.", - "wfdb_path": "C:/Users/arman/PycharmProjects/pythonProject/DSA/a-large-scale-12-lead-electrocardiogram-database-for-arrhythmia-study-1.0.0", - "data_path_comment": "Path to the data folder. This is the folder where the genereated data is stored.", - "data_path": "C:/Users/arman/PycharmProjects/pythonProject/DSA/DSA_SS24/data", - "labels_comment": "Labels for the different classes. The labels are the SNOMED CT codes.", - "labels": { - "GSVT": [426761007, 713422000, 233896004, 233897008, 713422000], - "AFIB": [164889003, 164890007], - "SR": [426783006, 427393009], - "SB": [426177001] - }, - "split_ratio_comment": "Ratio for the train-test-validation split. The first value is the ratio for the training data, the second value is the ratio for the test data.", - "split_ratio": [0.8, 0.1, 0.1] -} \ No newline at end of file