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": "",