SIGN IN SIGN UP

Implementation of a regression tree in python

I've implemented a basic decision tree in python as an example of how they work. Although the class I've created only works on one dimensional data sets, the reader should be able to generalize it to higher dimensions should they need to.
N
Nathan Berger committed
8fb1eb7bdf390b9f711bba02f20185f180447eca
Parent: 3ecb193