Skip to content

leannejdong/CART

Repository files navigation

CART implementation

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.

Compiler requirement

  • gcc10 (preferred)

  • clang10 (concepts library and constraint auto unavailable)

  • MSVC19.23

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published