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.

"How does the linear regression operator identify colinear features?"

chaosbringerchaosbringer Member Posts: 21 Contributor II
edited June 2019 in Help
Hi,

the linear regression operator has an option for removing colinear features.
How does the operator know which features are colinear?

Thank you very much
Tagged:

Answers

  • wesselwessel Member Posts: 537 Maven
    inverse(X'X) gives error

    Division by zero error.

    If you do Guass elimination to find the inverse, you will have rows with the same values.
Sign In or Register to comment.