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.
"Gamma Linear Regression - Do RapidMiner support this function?"
Hi All,
I want to perform cross validation of linear regression, but in my case, my data do not support linear regression. I need to use Gamma Log Linear Regression. Could you please suggest which modelling function should I use? I have tried Linear Regression but when I compare the results using SPSS, it shows a big different.
Thanks,
Shahida
I want to perform cross validation of linear regression, but in my case, my data do not support linear regression. I need to use Gamma Log Linear Regression. Could you please suggest which modelling function should I use? I have tried Linear Regression but when I compare the results using SPSS, it shows a big different.
Thanks,
Shahida
Tagged:
0
Answers
What would I do? I would do it in R. I'm thinking of
glm(count ~ x1+x2+x3, data=mydata, family=poisson())
If you still want to do a lot of computations in RapidMiner I would use "Execute R Script".
Here's a process (the dataset warpbreaks comes with R)