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