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

chaosbringerchaosbringer MemberPosts:21Maven
edited June 2019 inHelp
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

  • 韦塞尔韦塞尔 MemberPosts:537Guru
    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 InorRegisterto comment.