Skip to content

Commit

Permalink
Add entry in whats_new about self.estimators_ disappearing from ensem…
Browse files Browse the repository at this point in the history
…ble estimators
  • Loading branch information
lesteve committed Nov 17, 2016
1 parent 6b1cf0f commit a7d8f2c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/whats_new.rst
Expand Up @@ -119,6 +119,16 @@ Bug fixes
the same result as the LassoLars implementation available
in R (lars library). :issue:`7849` by `Jair Montoya Martinez`_

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

- Ensure that estimators' attributes ending with ``_`` are not set
in the constructor but only in the ``fit`` method. Most notably
if you implemented your own estimator deriving from
:class:`ensemble.BaseEnsemble` you may be affected by this if you
were using `self.estimators_` in your constructor.


.. _changes_0_18_1:

Version 0.18.1
Expand Down

0 comments on commit a7d8f2c

Please sign in to comment.