Haifeng Li

Results 44 comments of Haifeng Li

What if you use `model.predict()` instead of `mode.vote()`?

`predict` is overloaded. Try `predict(x, prob)` where prob is an array for output.

I don't understand this part: ``` I would expect that the prediction from .vote() minus the respective SHAP Values gives me the base value which is constant ``` Why? Do...

Hi Marc, thanks for the explanation. Although not 100% sure, I think that this small difference comes from the smoothing of posteriori probability. Depending on the leaf node size, this...

@mroettig please contact me by email.

UMAP returns the coordinates on the largest connected components. Your random data doesn't have intristinc structure.

Not sure if it is correct to use a disjointed graph in math.

Are you interested in `join` or a simple merge? You can `merge` two or more data frames suppose that rows are in the same order with existing API.

It is more about early stopping than online learning.