Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 205 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 205 Bytes

Random Forest Distillation

Let's approximate some random forests in a single decision tree. We greedily minimize the L2 distance between the decision tree and the random forest without access to data.