update call to `mean_squared_error` to comply with sklearn v1.6

#3
by Natooz - opened

The squared argument was depreciated since v1.4 and has been removed in v1.6, making this evaluation module incompatible with the latest scikit-learn version.
This PR make it call the root_mean_squared_error when squared=True, solving this error.

Natooz changed pull request status to closed

Sign up or log in to comment