Add root_mean_squared_error
and root_mean_squared_log_error
#647
Labels
root_mean_squared_error
and root_mean_squared_log_error
#647
Motivation
The functions
root_mean_squared_error
androot_mean_squared_log_error
were added in scikit-learn 1.4 and thesquared
parameter was deprecated in the functionsmean_squared_error
andmean_squared_log_error
, and removed in version 1.6.We need to add a
FData
-aware version of these functions and deprecate that parameter.Desired functionality
FData
-aware functionsroot_mean_squared_error
androot_mean_squared_log_error
to thescoring
module.squared
parameter in functionsmean_squared_error
andmean_squared_log_error
.Alternatives
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: