Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into pred_latency
Browse files Browse the repository at this point in the history
  • Loading branch information
oddskool committed Dec 3, 2013
2 parents 3b254d5 + 87343d7 commit 6ec80b5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/whats_new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,17 @@ Changelog

- Fixed bug in :class:`gradient_boosting.GradientBoostingRegressor` with
``loss='huber'``: ``gamma`` might have not been initialized.

- :class:`dummy.DummyClassifier` can now be used to predict a constant
output value. By Manoj Kumar.

- Fixed bug in :class:`decomposition.MiniBatchDictionaryLearning` :
partial_fit was not working properly.

- Multi-label classification output in multilabel indicator format
is now supported by :func:`metrics.roc_auc_score` and
:func:`metrics.average_precision_score` by `Arnaud Joly`_.

API changes summary
-------------------

Expand Down

0 comments on commit 6ec80b5

Please sign in to comment.