Skip to content

Commit b9c0c55

Browse files
committed
DOC add rename to whatsnew
1 parent 22b52eb commit b9c0c55

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

doc/whats_new.rst

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,11 +176,14 @@ API changes summary
176176
now flat in case of single output problems and nested in case of
177177
multi-output problems.
178178

179+
- The ``estimators_`` attribute of
180+
:class:`ensemble.gradient_boosting.GradientBoostingRegressor` and
181+
:class:`ensemble.gradient_boosting.GradientBoostingClassifier` is now an
182+
array of :class:'tree.DecisionTreeRegressor'.
179183

180-
- The ``estimators_`` attribute of
181-
:class:`ensemble.gradient_boosting.GradientBoostingRegressor` and
182-
:class:`ensemble.gradient_boosting.GradientBoostingClassifier` is now
183-
an array of :class:'tree.DecisionTreeRegressor'.
184+
- Renamed ``chunk_size`` to ``batch_size`` in
185+
:class:`decomposition.MiniBatchDictionaryLearning` and
186+
:class:`decomposition.MiniBatchSparsePCA` for consistency.
184187

185188
.. _changes_0_12.1:
186189

0 commit comments

Comments
 (0)