Shark-ML / Shark

The Shark Machine Leaning Library. See more:
http://shark-ml.github.io/Shark/
GNU Lesser General Public License v3.0
493 stars 130 forks source link

Could I add other decision trees into Shark? #275

Open appleyuchi opened 4 years ago

appleyuchi commented 4 years ago

I'm familiar with pruning algorithm of C4.5 and cart trees. I have a python-repository https://github.com/appleyuchi/Decision_Tree_Prune It take much time to write the C style-code and merge into Shark. I want to ask if it is allowable add such features into it. Thanks~