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

chaosbringer
chaosbringer New Altair Community Member
edited November 2024 in Community Q&A
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

Answers

  • wessel
    wessel New Altair Community Member
    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.