File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments