Making RapidMiner rule Induction parsimonious
CharlieG
New Altair Community Member
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.
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.
Tagged:
0
Answers
-
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, Marius0