Metadata-Version: 2.4
Name: decision_tree_matott
Version: 0.3.0
Summary: A functional implementation of a decision tree implementing the ID3, C4.5 and CART alghoritms
Project-URL: Homepage, https://github.com/Mateus-Resende-Ottoni/DecisionTree
Project-URL: Issues, https://github.com/Mateus-Resende-Ottoni/DecisionTree/issues
Author-email: Mateus Ottoni <mateus.resende.ottoni@gmail.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown

This package implements a decision tree, permitting the use of the ID3, C4.5 and CART alghoritms.