The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
Making RapidMiner rule Induction parsimonious
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.
0
Answers
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