Skip to content

papkov/DecisionTreeToCpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DecisionTreeToCpp converter allows you to export and use sklearn decision tree in your C++ projects It can be useful if you want only to use decision rules produced by powerful and simple scikit (you can easy create and test different models, but compile only the best one)

This code was written as a modification of Daniele's answer in StackOverflow topic "how to extract the decision rules from scikit-learn decision-tree" http://stackoverflow.com/questions/20224526/how-to-extract-the-decision-rules-from-scikit-learn-decision-tree http://stackoverflow.com/users/1885917/daniele

About

Export sklearn decision tree as C++ function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published