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
We are current using _preprocess_data from sklearn.linear_model, but it is not a public API and should not be used. This just created a problem for me since they dropped the return_mean argument, which caused the benchmark to fail.
The text was updated successfully, but these errors were encountered:
We are current using
_preprocess_data
fromsklearn.linear_model
, but it is not a public API and should not be used. This just created a problem for me since they dropped thereturn_mean
argument, which caused the benchmark to fail.The text was updated successfully, but these errors were encountered: