Stop tracking settings.json

main
Felix Jan Michael Mucha 2024-06-26 17:31:35 +02:00
parent 822b16fab8
commit faca54551f
1 changed files with 0 additions and 15 deletions

View File

@ -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]
}