Skip to content

Commit

Permalink
Merge pull request #302 from madgik/fix/logistic-param-labels
Browse files Browse the repository at this point in the history
Fix positive/negative levels labels
  • Loading branch information
ThanKarab authored Jan 18, 2021
2 parents 3ba30ab + 574a885 commit e6057ec
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 e6057ec

Please sign in to comment.