Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mxmeinhold/decision-tree

A statically typed python decision tree module
https://github.com/mxmeinhold/decision-tree

Last synced: about 2 months ago
JSON representation

A statically typed python decision tree module

Awesome Lists containing this project

README

        

# Generic Decision Tree

A python module for decision trees.

**Note:** _This module is written for python 3.10 and is not guaranteed to be compatible with previous releases. Python 3.10 is currently in prerelease, and is available [here](https://www.python.org/download/pre-releases/)_

### Code style
This project uses pylint and mypy. Both will be run by github actions, but you can (and should) do checking locally with
```
pylint decision_tree
mypy decision_tree
```