evalml
evalml copied to clipboard
Estimator: Hellinger distance decision trees (HDDT)
Good at handling imbalanced data:
https://www3.nd.edu/~nchawla/papers/DMKD11.pdf
I couldn't find a widely-used python impl. I did find this, looks like there's some cython going on. The same author wrote this nice post.