View source on GitHub |
Decision trees stored as python objects.
To be used with the model inspector and model builder.
Modules
condition
module: Conditions / splits for non-leaf nodes.
dataspec
module: Utility for the dataset specification.
node
module: Nodes (leaf and non-leafs) in a tree.
objective
module: Definition of a model objective.
tree
module: A decision tree.
value
module: The value/prediction/output of a leaf node.