Decision Tree implementation in C++ based on Gini uncertainty and this great example.
use built-in Graphviz dot file generator to export decision tree to .dot
file, that you can visualize with xdot or an online viewer. Example graph:
results from iris.dot and this dataset.
- Boost (algorithm header)
- {fmt}
- gcc >= 8, clang tested for >= 7
- cmake >= 3.9
- Catch2 (for testing)
- handle missing data in files
- pruning?