New! Use Simple ML for Sheets to apply machine learning to the data in your Google Sheets Read More

Module: tfdf.py_tree

Stay organized with collections Save and categorize content based on your preferences.

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.