Metadata-Version: 2.2
Name: PyDecisionGraph
Version: 0.1.0
Summary: A rule-based decision tree implementation for Python
Home-page: https://github.com/BolunHan/PyDecisionTree
Author: Han Bolun
Author-email: Han Bolun <Bolun.Han@outlook.com>
License: MIT
Project-URL: Homepage, https://github.com/BolunHan/PyDecisionTree
Project-URL: Repository, https://github.com/BolunHan/PyDecisionTree
Project-URL: Issues, https://github.com/BolunHan/PyDecisionTree/issues
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE

# PyDecisionTree
A easy way to create custom decision tree
