Skip to content

Approximate a sklearn RandomForestClassifier using a single Decision Tree

License

Notifications You must be signed in to change notification settings

Whadup/forest_distillation

Repository files navigation

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.

About

Approximate a sklearn RandomForestClassifier using a single Decision Tree

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published