Poom Chiarawongse

Results 4 issues of Poom Chiarawongse

I'm thinking of adding support for sample weights, which isn't compatible with the current `Leaf` struct. More specifically, the field `values` in the struct lists every label that falls into...

I've implemented GradientBoost and a more efficient version of AdaBoost that interface with `treeregressor` and `treeclassifier` and am now looking to port them to the light-weight front facing structs we...

The `prune_tree` function for classification trees internally calls `_prune_run` which computes the purity using the zero-one loss. However, decision trees are built using the entropy purity. I'm not sure if...

The current implementation uses the lexicographical ordering to calculate splits of string features. But in practice, this is rarely intended since categorical features are by definition unordered (for example, it...