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
Using the MSE metric doesn't work with scikit-learn version >1.6.0 since the squared parameter is deprecated:
/home/joeran/repos/dragon_baseline/.venv/lib/python3.10/site-packages/sklearn/metrics/_regression.py:492: FutureWarning: 'squared' is deprecated in version 1.4 and will be removed in 1.6. To calculate the root mean squared error, use the function'root_mean_squared_error'.
Using the MSE metric doesn't work with scikit-learn version >1.6.0 since the
squared
parameter is deprecated:(as confirmed here: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/metrics/_regression.py#L510)
Code to reproduce:
The text was updated successfully, but these errors were encountered: