Skip to content

Commit

Permalink
Fix positive/negative levels labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jassak committed Jan 18, 2021
1 parent 3ba30ab commit 574a885
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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": "",
Expand All @@ -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": "",
Expand Down

0 comments on commit 574a885

Please sign in to comment.