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
"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)