You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The parent class (Lars) accepts Xy to its fit, which is the precomputed gram matrix. The question is, should the child class also expose that as a parameter?
Investigating issue no #12167. Mismatch between signature and use of an overridden method. Source root/sklearn/linear_model/least_angle.py
The fit function signature in LassoLarsIC is not matching the signature of the fit function in the Lars class which its inheriting from.
Should we continue and introduce XY on the method signature on LassoLarsIC on the fit method.
#WiMLDS
The text was updated successfully, but these errors were encountered: