FedericoTrifoglio
FedericoTrifoglio
Gotcha re `handler_pbcol` and thanks for pointing me in the right direction. I'm pretty sure I must have tried what you suggested to the OP in #76 but didn't work...
I see what you mean with the last point. Assuming I am willing to tolerate a recall as low as 5%, what's the highest precision I would get? With `thresholds[np.argmin(recalls...
I see. I thought I could set na.action to na.pass in `CHAID::chaid` to make it work without having complete cases. Would that cause the CHAID algorithm to give bad results?...