https://github.com/luiscoms/classification_tree
https://github.com/luiscoms/classification_tree
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luiscoms/classification_tree
- Owner: luiscoms
- License: mit
- Created: 2016-11-25T06:13:33.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2018-10-10T20:53:23.000Z (about 7 years ago)
- Last Synced: 2025-02-02T08:44:45.450Z (11 months ago)
- Language: Python
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Classification Tree
===================
A library to deal with classification tree
Installation
------------
::
pip install classification_tree
Running tests
-------------
::
make test PY_VENV_PATH=env