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
Answers
Hi,
Did you finally receive any content or example of GLM functionality in Rapidminer?
I am looking for the same.
Thanks
A
it's in for quite a while now. just search for glm in the operators.
Best,
Martin
Dortmund, Germany
Yes, I read through the operators documentations. I would like more info on how to specify beta constraints.
My model has around 30 input variables and I want to constrain the coefficients of few variables as positive (because I know that the relationship is +ve) by specifying a lower bound as 0 and upper bound as +infinity. I am struggling to implement it in the paramters window (screenshots):
- What is the 'category' input right next to attribute name?
- How to input +infinity as upper bound?
Thanks
A
screenshot of the documentation
Hi @am_das,
That is a good question. The beta constraint parameter can be setup in your GLM.
In my attached process, I used deals data with customer profile. Input data has a categorical variable "payement method" and suppose I know the coefficients (beta) for that "credit card" category need to be positve, then I set up the constraints for the coefficients of that category.
upper_bounds is (optional): The upper bounds of the beta. Must be greater than or equal to lower_bounds. You need to have real value there.
Hope this helps.
YY