From 574a8852099c6978ef6c2be1ec5078bdebed12e1 Mon Sep 17 00:00:00 2001 From: Jason Sakellariou Date: Mon, 18 Jan 2021 15:32:18 +0200 Subject: [PATCH] Fix positive/negative levels labels --- .../src/mip-algorithms/LOGISTIC_REGRESSION/properties.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Exareme-Docker/src/mip-algorithms/LOGISTIC_REGRESSION/properties.json b/Exareme-Docker/src/mip-algorithms/LOGISTIC_REGRESSION/properties.json index ce599fb4f..71ba2dab1 100644 --- a/Exareme-Docker/src/mip-algorithms/LOGISTIC_REGRESSION/properties.json +++ b/Exareme-Docker/src/mip-algorithms/LOGISTIC_REGRESSION/properties.json @@ -71,7 +71,7 @@ }, { "name": "positive_level", - "label": "other", + "label": "Positive level", "desc": "Level of the target variable to assign to the positive outcome.", "type": "other", "value": "", @@ -82,7 +82,7 @@ }, { "name": "negative_level", - "label": "other", + "label": "Negative level", "desc": "Level of the target variable to assign to the negative outcome.", "type": "other", "value": "",