Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fatelei/decisiontree

ID3决策树算法
https://github.com/fatelei/decisiontree

Last synced: about 1 month ago
JSON representation

ID3决策树算法

Awesome Lists containing this project

README

        

DecisionTree
============

测试数据
============
在data目录下,为json格式

deploy
============

> mkdir decstree
>
> cd decstree
>
> git clone [email protected]:fatelei/DecisionTree.git
>
> python bootstrap.py
>
> bin/buildout
>

run
=============
> bin/destree --train_file data/train.txt --test_file data/test.txt