Simple Classification-and-Regression-Tree Algorithm From Scratch in C++. (Base on Jason Brownlee's Python codes)
- What is CART?
CART is the most classical decision tree algorithm. It starts with a top-down greedy splitting, and greedy going back and print.
-
gcc10 (preferred)
-
clang10 (concepts library and constraint auto unavailable)
-
MSVC19.23