angleto / Cubist

fork of Cubist, to build rule-based predictive models that output values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cubist

This project is a fork of Cubist.

Cubist builds rule-based predictive models that output values, complementing See5/C5.0 that predicts categories. For instance, See5/C5.0 might classify the percentage yield from some process as "high", "medium", or "low", whereas Cubist would output a number such as "7.3".

This project is released under the [GNU General Public License] (http://www.gnu.org/licenses/gpl.html)

About

fork of Cubist, to build rule-based predictive models that output values

License:GNU General Public License v3.0


Languages

Language:C 99.1%Language:CMake 0.9%