-
### Describe the workflow you want to enable
As partial dependence of a model at a point [is defined as an expectation](https://scikit-learn.org/stable/modules/partial_dependence.html#mathematical-de…
-
For the current implementation, users have to manually execute risectl to scale up or down the parallel unit after bringing a new CN online or before taking a CN offline. This can be quite cumbersome …
-
Hello,
I am having trouble using dragnet with python3.9. In particular, I get an error like this when importing dragnet:
```
root@2e4bbb389174:/home# python3
Python 3.9.2 (default, Feb 19 2021,…
-
**Link to the notebook**
(https://github.com/rookinthenorth/code_concerns/blob/main/Fraud--v2--public.ipynb)
**Describe the bug**
1. After using a vanilla implementation of Random Forest Classifi…
-
Fitting a decision tree or random forest without hyperparameter tuning works perfectly fine for me.
As soon as I start tuning the hyperparameters with random search, I run into two possible errors (s…
-
#### Describe the bug
The `ExtraTreeRegressor` doctest fails on a precision check on aarch64 platforms. When running the same tests on x86 CI, the tests pass successfully.
#### Steps/Code to R…
-
Probably a general and naive question, but I recently used caretEnsemble (both caretList and caretStack functions) for a classification analysis with the new version 4.0.1, but when comparing the resu…
-
I am very glad to see your paper "RuleCOSI+: Rule extraction for interpreting classification tree ensembles".
I am afraid to point out that I don't think the pseudo code in your paper matches the t…
-
In terms of functionality, the mid-term end goal is to achieve an offering of ML algorithms and pre-processing routines comparable to what is currently available in Python's [`scikit-learn`](https://s…
-
Fit clones of an estimator on each block / partition, and ensemble the results somehow http://scikit-learn.org/stable/modules/generated/sklearn.ensemble.VotingClassifier.html, http://scikit-learn.org/…