Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.
[SOLVED] Extracting a formula
Hi,
I am working with a dataset containing 10 attributes, each having 700 examples (and no missing values).
Attribute types are either real oder integer ( 4 real, 6 int).
One attribute has the role "label" (type: real), rest is "regular".
What I would like RM to do is find a formula with the label attribute as result and the regular attributes as "input" for the formula.
But I couldn't find an operator giving out a formula so my question is:
Which operator gives me a formula as result?
And/Or
Is it even possible (with my described dataset) to retrieve a formula as result?
I am working with a dataset containing 10 attributes, each having 700 examples (and no missing values).
Attribute types are either real oder integer ( 4 real, 6 int).
One attribute has the role "label" (type: real), rest is "regular".
What I would like RM to do is find a formula with the label attribute as result and the regular attributes as "input" for the formula.
But I couldn't find an operator giving out a formula so my question is:
Which operator gives me a formula as result?
And/Or
Is it even possible (with my described dataset) to retrieve a formula as result?
0
Answers
This gives you a formula of the form "ax + bx + cx + ... + z" depending on the number of attributes.
- 0.009 * WzT
+ 0.002 * WstT
+ 0.009 * Tresca
- 0.664 * Rzini
- 0.459 * Wear
+ 1.928 * sigmaN
+ 0.355 * vtang
+ 5.494
so I am assuming this is supposed to be a formula?