diff --git a/doc/whats_new.rst b/doc/whats_new.rst index 4de836363f7a7..01ace70e0000b 100644 --- a/doc/whats_new.rst +++ b/doc/whats_new.rst @@ -41,6 +41,11 @@ New features Kullback-Leibler divergence and the Itakura-Saito divergence. By `Tom Dupre la Tour`_. + - Added :func:`metrics.regression.mean_squared_log_error`, which computes + the mean square error of the logarithmic transformation of targets, + particularly useful for targets with an exponential trend. + :issue:`7655` by :user:`Karan Desai `. + Enhancements ............