Commit Graph

29 Commits

Author SHA1 Message Date
Thomas J. Fan 06d6f8a9f6
FIX Passes global configuration when spawning joblib jobs (#17634)
* WIP

* BUG Passes context to joblib jobs

* BUG Fix

* BUG Fix

* CLN Moves delayed into fixes

* CLN Adds linter

* REV Revert diff

* DOC Adds comment for removal

* Use a simple implementation
2020-09-21 16:59:42 +02:00
Albert Villanova del Moral 647fcb1ac1
DOC Fix A to uppercase in See Also docstring section (#18332) 2020-09-04 10:35:01 -04:00
Frans Larsson a675319e93
DOC fix docstring in ensemble module (#18228) 2020-08-21 23:44:21 +02:00
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
Jigna Panchal 8186557b0e
DOC add missing attributes in RandomTreesEmbedding (#15520)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-18 09:44:30 +02:00
Charles Patel 1abf84affe
DOC Updates RandomForestClassifier docstring for max_features (#17552)
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2020-06-15 18:14:42 +02:00
Charles Patel c3835442e5
remove int() (#17539) 2020-06-09 11:10:31 +02:00
Nicolas Hug 76ef8b0ef0
API kwonly for utils (#17046)
* kwonly for utils

* More

* fixed some

* some more

* iwannagohomepls

* accept_sparse not kwonly anymore
2020-04-27 15:42:01 +02:00
Adrin Jalali 97a6b08544
API make __init__ args in ensemble kwonly (#16724) 2020-04-01 06:35:37 +11:00
Johann Faouzi 78b7a50f23
DOC Update docstring of RFs regarding max_samples (#16738) 2020-03-21 13:56:34 -04:00
Katrina Ni b853653234
DOC add examples in docstring of ensemble of trees methods (#16676)
Co-authored-by: Andrea Maldonado <andreamalher@gmail.com>
Co-authored-by: Adrin Jalali <adrin.jalali@gmail.com>
Co-authored-by: Katrina Ni <kani@tableau.com>
2020-03-16 14:48:56 +01:00
Tim Nonner 1c74490365
DOC Adds example for RandomTreesEmbedding (#15202) 2020-02-29 13:43:30 -05:00
Nicolas Hug d205638475
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112) 2020-02-29 09:05:11 -05:00
Nicolas Hug 9412f50c8c
ENH Fast PDP for DecisionTreeRegressor and RandomForestRegressor (#15864) 2020-02-24 18:53:55 +11:00
Rushabh Vasani 3f0b6c0e5c ENH Improve error message for sparse multilabel-indicator y in RandomForestClassifier (#15971) 2020-02-10 19:59:43 +11:00
Olivier Grisel 54c3a1fbe7
DOC More explicit warnings about impurity based feat. imp. (#16382) 2020-02-05 15:20:20 +01:00
lopusz f2146dd744
DOC Cleaning parameter spec in docstrings for ensemble m… (#16330) 2020-02-02 20:14:45 +01:00
Christian Kastner 54a09dc864
Fix typo: datset -> dataset (#16366) 2020-02-02 16:21:09 +01:00
Sunmi Yoon 4a187968ff
DOC Clarify that feature_importance_ are impurity based (#16237) 2020-02-01 13:18:11 +01:00
@nkish 07ceb6e255 DOC follow doc guideline in ensemble an feature_extraction modules (#15975) 2020-01-03 15:32:54 +01:00
Nicolas Hug 42e17b3487 MNT Removed deprecated attributes and parameters -- ctnd (#15804) 2019-12-13 15:05:51 -05:00
Guillaume Lemaitre 6419f65ec0 FIX remove max_samples in RandomTreesEmbedding (#15693) 2019-11-26 07:32:52 -06:00
Thomas J Fan 9f5b97119b CLN Removes ccp_alpha from RandomTreesEmbedding (#15708) 2019-11-25 18:34:54 +11:00
Chiara Marmo 0c2da0cb48 DOC Fix various sphinx warnings. (#15692) 2019-11-21 18:34:16 -05:00
Marie Douriez 663d052d3c [MRG] documentation for random_state in forest.py (#15516)
* documentation for random_state in forests

* move note to parameter

* same for RandomForestRegressor

* add doc for ExtraTreesRegressor and ExtraTreesClassifier

* skip line

* lint

* move note back to where it was

* add Glossary in RandomForestRegressor

* adding description for RandomTreesEmbedding

* small fix

* correct description for RandomTreesEmbedding
2019-11-19 15:54:41 +01:00
Honglu Zhang 0170009917 MNT Use _check_sample_weight in BaseForest (#15492) 2019-11-12 01:48:55 -06:00
Paolo e5429cb7f1 DOC Fix docstrings to Numpy format for IsolationForest (#15454) 2019-11-02 18:53:21 +01:00
Ankit Jha 5c9b789450 DOC Add example to sklearn.ensemble.ExtraTreesClassifier docstring (#15234)
* Update Doc sklearn.ensemble.ExtraTreesClassifier

* Add Example: sklearn.ensemble.ExtraTreesClassifier

* Add Example: sklearn.ensemble.ExtraTreesClassifier

* Add Example: sklearn.ensemble.ExtraTreesClassifier
2019-10-18 12:15:00 +02:00
Adrin Jalali 437ca0553c MNT Makes modules in tree and ensemble private (#14964) 2019-10-16 10:39:00 -04:00