Skip to content

mxmeinhold/decision-tree

Repository files navigation

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

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

About

A statically typed python decision tree module

Resources

License

Stars

Watchers

Forks

Packages

No packages published