Skip to content

Commit

Permalink
Fix RemoveMultinomial description
Browse files Browse the repository at this point in the history
  • Loading branch information
markotoplak committed Mar 24, 2023
1 parent 27df8e7 commit 5e5bef3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Orange/widgets/data/owcontinuize.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ class MethodDesc(NamedTuple):
"One indicator variable for each value",
False),
MethodDesc(
Continuize.RemoveMultinomial, "Remove if more than 3 values", "remove if >3",
"Remove variables with more than three values; indicator otherwise"),
Continuize.RemoveMultinomial, "Remove if more than 2 values", "remove if >2",
"Remove variables with more than two values; indicator otherwise"),
MethodDesc(
Continuize.Remove, "Remove", "remove",
"Remove variable"),
Expand Down

0 comments on commit 5e5bef3

Please sign in to comment.