christophM / rulefit

Python implementation of the rulefit algorithm
MIT License
411 stars 112 forks source link

Implement trees with with random depth #4

Closed christophM closed 6 years ago

christophM commented 7 years ago

In the original paper, the trees have random depth, but this current implementation uses only fixed tree depth.

christophM commented 6 years ago

Fixed with https://github.com/christophM/rulefit/pull/17