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 sklearn.linear_model.ElasticNet (and friends) support this (ref). They simply iterate over each target. Supporting this would make it easier to use GeneralizedLinearRegressor(family="gaussian") as a drop-in replacement for the sklearn variants.
The text was updated successfully, but these errors were encountered:
The
sklearn.linear_model.ElasticNet
(and friends) support this (ref). They simply iterate over each target. Supporting this would make it easier to useGeneralizedLinearRegressor(family="gaussian")
as a drop-in replacement for thesklearn
variants.The text was updated successfully, but these errors were encountered: