diff --git a/releasenotes/notes/switched-to-StandardScaler-43d24a7918e96c14.yaml b/releasenotes/notes/switched-to-StandardScaler-43d24a7918e96c14.yaml index 83b354d1a5cf..a6d8b2ad8449 100644 --- a/releasenotes/notes/switched-to-StandardScaler-43d24a7918e96c14.yaml +++ b/releasenotes/notes/switched-to-StandardScaler-43d24a7918e96c14.yaml @@ -2,5 +2,5 @@ fixes: - | Fix deprecation warnings in :class:`.NaturalGradient`, which now uses the - now use :class:`~sklearn.preprocessing.StandardScaler` to scale the data + :class:`~sklearn.preprocessing.StandardScaler` to scale the data before fitting the model if the ``normalize`` parameter is set to ``True``.