Prior to training, the ML Specialist notices that two features are perfectly linearly dependent. Why could this be an issue for the linear least squares regression model?

Last Updated on September 14, 2021 by Admin 2

A Machine Learning Specialist is applying a linear least squares regression model to a dataset with 1,000 records and 50 features. Prior to training, the ML Specialist notices that two features are perfectly linearly dependent.

Why could this be an issue for the linear least squares regression model?

  • It could cause the backpropagation algorithm to fail during training
  • It could create a singular matrix during optimization, which fails to define a unique solution
  • It could modify the loss function during optimization, causing it to fail during training
  • It could introduce non-linear dependencies within the data, which could invalidate the linear assumptions of the model
0 0 votes
Article Rating
Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments