-
I was experimenting with the randomforest in the ensemble package:
The code (a little bit simplified) looks like this:
```
forest := ensemble.NewRandomForest(trees, features)
forest.Fit(trainDat…
-
Right now neither [random_forest_classifier](https://github.com/smartcorelib/smartcore/blob/development/src/ensemble/random_forest_classifier.rs) nor [random_forest_regressor](https://github.com/smart…
-
**Basic idea:** Allow decision trees and random forests (and possibly other ensemble algorithms) to have feature weightings that make the selection of specific features as split points more or less li…
-
Four keypoints:
1. Learning Dynamics.
- Firstly try: Ensemble Dynamics using MSE. (MB-MPO)
- Then, try RNN.
- Model uncertainty: MDN or GANonZ , on 1234 dataset.
- Afterwards: Use …
-
Dear SHAP authors and contributors,
### Introduction
In this issue, I claim that SHAP Tree algorithm presents a **strong issue** that breaks a **fundamental property** of Shapley values, the **sym…
-
# Short Question Description
Is auto-sklearn ensemble for classification using predict_proba + threshold adaptions?
I read the original paper and read about the unique way auto-sklearn makes use o…
-
Hello,
Currently, dragnet is not compatible with scikit-learn > 0.21.3. I did research and composed a table of compatibilities of pickled dragnet models with new sklearn versions.
| Trained wit…
-
Just tried to install sklearn as per README instructions, ran into this.
```
(py3env) giulia@giulia-Predator-PH315-52:~$ pip3 install setuptools numpy scipy scikit-learn cython
Requirement alread…
-
Hello,
I inherited from a stored tree model trained using the python API from microsoft/LightGBM, which from my understanding uses the same underlying C++ code as this one.
Since the saved .txt …
-
**Purpose:**
20th century with RRTMGP + CLUBB bugfix (2nd ensemble member after #554)
___
**Description:**
Same as #554 but starting from b.e23_alpha17f.BLT1850.ne30_t232.098 at year 125 ins…