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 |
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 |
マーティン
|
dc01f006c8
|
DOC Enabling links to objects in docstrings of Bagging (#17467)
|
2020-06-06 13:05:06 -04:00 |
Adrin Jalali
|
97a6b08544
|
API make __init__ args in ensemble kwonly (#16724)
|
2020-04-01 06:35:37 +11:00 |
Alex Henrie
|
438bb3a438
|
MNT Remove unused imports (#16665)
|
2020-03-11 10:01:51 +11:00 |
Nicolas Hug
|
d205638475
|
MNT Introduction of n_features_in_ attr with _validate_data mtd (#16112)
|
2020-02-29 09:05:11 -05:00 |
Jin-Hwan CHO
|
baa4f07808
|
FIX _get_estimators_indices() in BaseBagging (#16437)
|
2020-02-20 13:23:17 +01:00 |
lopusz
|
f2146dd744
|
DOC Cleaning parameter spec in docstrings for ensemble m… (#16330)
|
2020-02-02 20:14:45 +01:00 |
Pierre Delanoue
|
10e7b2b0d8
|
DOC Improve random_state descriptions for BaggingClassifier (#16264)
and BaggingRegressor
|
2020-01-29 14:28:38 +01:00 |
@nkish
|
07ceb6e255
|
DOC follow doc guideline in ensemble an feature_extraction modules (#15975)
|
2020-01-03 15:32:54 +01:00 |
Natasha Borders
|
3ca653af12
|
DOC adding versionadded labels to several estimators (#15476)
|
2019-11-04 18:25:24 +11:00 |
Lakshmi Krishnan
|
5dc3f8bac1
|
MNT Use _check_sample_weight in BaseBagging (#15475)
|
2019-11-03 08:51:22 +11:00 |
Paolo
|
e5429cb7f1
|
DOC Fix docstrings to Numpy format for IsolationForest (#15454)
|
2019-11-02 18:53:21 +01:00 |
steinfurt
|
bc3a7e1a0c
|
[MRG] Add an example for ensemble.BaggingRegressor (#15196)
|
2019-10-21 10:05:02 +08:00 |
Adrin Jalali
|
437ca0553c
|
MNT Makes modules in tree and ensemble private (#14964)
|
2019-10-16 10:39:00 -04:00 |