Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 809 Bytes

readme.md

File metadata and controls

36 lines (25 loc) · 809 Bytes

Fast C4.5 Decision Tree in NumPy + GraphViz

recursive descent parser in python, based on C4.5; implemented using

  • numpy (computation engine)
  • graphviz (tree layout + rendering)

Source

https://github.com/alexland/decisionTree-npgv

Installation from source

Refer to DEPENDS.txt for a list of dependencies.

for global install of decisionTree-ngpv library:

$ python setup.py install

for local:

$ python setup.py install --prefix=${HOME}

If you prefer, you can use it without installing, by simply adding this path to your PYTHONPATH variable and compiling the extensions:

$ python setup.py build_ext -i

License

Please read LICENSE.txt in this directory.

Contact

doug y'barbo <doug [dot] ybarbo at gmail.com>