radiate_matrix_tree 1.0.1

Matrix Tree model compatable with Radiate's evolutionary engine
Documentation

Radiate Matrix Tree

This is a pre-built model which is compatable with Radiate, a parallel evoltuionary engine.

Evtree

Is a twist on decision trees where instead of using a certain split criteria like the gini index, each node in the tree has a collection of matrices and uses these matrices to decide which subtree to explore. It is a binary tree and is only good for classification right now.