Skip to content

Decision Learning tree, implemented using the CART algorithm

Notifications You must be signed in to change notification settings

somehobo/Decision-Tree-Learning

Repository files navigation

Decision-Tree-Learning

C++ CI

Implemented using the CART algorithm

Decision Tree Learning refers to predictive modeling algorithms that form trees to make predictions. For this project I focused on the CART or Classification and Regression Tree algorithm, which has been hugely popular for decades. The cart algorithm forms a tree from test data, at the aim of predicting classification values (can only be two different values,) for a given row of data.

Take a look at the PDF for moore of the specifics of how i did it!!!

About

Decision Learning tree, implemented using the CART algorithm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published