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.

create a Logistic Regression with restrictions

HeadtrouserHeadtrouser Member Posts: 2 Learner I
edited September 2021 in Help
Hi

I want/need to build a Log. Regression Model with additional restrictions for my Bachelor Thesis.
in my case:
( value of Attribute - avarage of this atribute) * Confidence(1)  / 1000  <= x (extern Variable) &&
( value of Attribute - avarage of this atribute) * Confidence(1)  / 1000 >= -x

in Words: Get best Regression Model with best Accuracy but only inside upper and lower bounce.
the Value und avarage of this attribute is Fix and x is extern variable to select the range. So the model need to find coefficients under this restrictions.

Trying now since 2 1/2 days to build it with RM Operators but without succes. So i hope i can get help here =)
thank you
Sign In or Register to comment.