-
Hello,
I have an ensemble model that returns weighted average of results from elasticnet/ridge/xgboost/randomforest. I understand I can use linear explainer for elasticnet and ridge, and tree expla…
-
Please consider supporting "soft" decision tree ensembles like those in the SoftBart R package. That seems pretty on-point as a smoothing technique which would be exciting to have in a distributional …
-
related to #13213 and triggered by https://github.com/scikit-learn/scikit-learn/pull/12887#discussion_r291233707
we train trees in parallel in tree ensembles (IIRC), so I'm not sure how much we'd b…
-
Executing pytest in the top level directory yields
ImportError while loading conftest '/home/wagner/git/scikit-optimize/conftest.py'.
conftest.py:15: in
from skopt import _IS_32BIT
skopt/__…
-
On a clean install I see this:
```
File "/home/vanessa/miniconda3/envs/mess/lib/python3.10/site-packages/skgarden/__init__.py", line 3, in
from .mondrian import MondrianForestClassifier
F…
-
Hi,
Tree SHAP seems to work great on boosted tree models like XGBoost. But after reading the paper on [Consistent feature attribution for tree ensembles](https://arxiv.org/abs/1706.06060) I'm wonde…
-
see https://github.com/NREL/Wattile/tree/add-alfa-ensemble-model
-
I've implemented GradientBoost and a more efficient version of AdaBoost that interface with `treeregressor` and `treeclassifier` and am now looking to port them to the light-weight front facing struct…
-
Hi, in the [base ensemble class](https://github.com/scikit-learn/scikit-learn/blob/master/sklearn/ensemble/base.py) in scikit-learn, they have the ```__iter__``` method overridden and the pool of clas…
-
Hi,
I'm curious as to why to different samples using the same GTF file have different content in the fromGTF.*.txt files. I was on the impression that this was the ensemble of alternative splicing…