JDACS4C-IMPROVE / IMPROVE

Libraries and scripts for basic IMPROVE functionalities
0 stars 3 forks source link

Replaced mean_squared_error with root_mean_squared_error in rmse func… #12

Closed wilke closed 2 months ago

wilke commented 2 months ago

The squared keyword is depricated and not supported in sklearn versions > 1.6 Using root_mean_squared_error instead.

Fixes #11