Making RapidMiner rule Induction parsimonious

CharlieGCharlieG Member Posts: 9 Contributor II
edited November 2018 in Help
Is this a way to make rule induction more parsimonious?  For example, I'm getting rules like:

if 91FC001 > 269.313 and 91FC001 > 310.481 and 91FC001 > 329.565 then Up

which can obviously be simplified to a more parsimonious form:

if 91FC001 > 329.565 then Up

Easy, but tedious, for the human to do but I can't figure out how to get RapidMiner to do it.

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    you are right, in your example one rule includes the others and thus renders them useless. I have to admit that this will not have high priority, but I'll put it onto our todo list.

    Best, Marius
Sign In or Register to comment.