Skip to content

Implementing a simple decision tree in C++ and calling it from python

Notifications You must be signed in to change notification settings

jaduzzy/DecisionTree_C_plus_plus_Python

Repository files navigation

Calling C++ decision tree from python interface. The integration is done using the native python library ctypes.

Compile:

python setup.py build

Run:

python decision_tree.py

About

Implementing a simple decision tree in C++ and calling it from python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published