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
Add a table description for preprocessing models such as discretize
JEdward
RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 578 Unicorn
It would be good to add a table describing the actions of the preprocessing model generated by the discretization operators.
When a discretization model is created and then stored in the repository it is not obvious what transformation the model will perform on data. Only the attributes that are affected.
May I suggest something like this?
attribute | value | min | max |
att_1 | range1 | -Infinity | 12 |
att_1 | range2 | 13 | Infinity |
att_2 | range1 | -Infinity | 24 |
att_1 | range2 | 25 | Infinity |
It would really help for making the preprocessing model more portable and easy to extract into reports explainable to the wider business.
(Current workaround is aggregate results of the discretization column, but it's clunky).
Tagged:
0
Comments