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.
Fitting of custom non-linear function
I have some data (~100 examples) : 3 attributes (att1, att2, att3) and the label (lab1)
Theory says that
lab1 = p1*att1^2 + p2*(att2^1/2) + p3*exp^(p4*att3) + p5,
where p1..p5 - some parameters
Is it possible to find these parameters by using Rapidminer (non-linear least squares or something)?
Which operators should I use?
Theory says that
lab1 = p1*att1^2 + p2*(att2^1/2) + p3*exp^(p4*att3) + p5,
where p1..p5 - some parameters
Is it possible to find these parameters by using Rapidminer (non-linear least squares or something)?
Which operators should I use?
0
Answers
You might want to check R or Formulize (http://www.nutonian.com/eureqa-ii/)