v0.14.0
EvoTrees v0.14.0
Key change: rowsampling has been redisigned. Instead of returning a fixed number of candidate observation for each tree, each observation is randomly selected. The results in sampled num observations to be ~Binomial(num_obs, rowsample)
Merged pull requests:
- Perf sample (#194) (@jeremiedb)