Trees¶
Tree¶
Base Class for tree representation. |
Methods:
Returns the model attributes. |
|
|
Draws the input tree. |
|
Predicts using the |
Returns the model probabilities. |
|
Returns the SQL code needed to deploy the model probabilities. |
|
Returns the SQL code needed to deploy the model. |
|
|
Sets the model attributes. |
|
Returns the code for a Graphviz tree. |
Attributes:
Must be overridden in child class |
Binary Tree Regressor¶
|
|
Methods:
Returns the model attributes. |
|
|
Draws the input tree. |
Predicts using the |
|
Returns the model probabilities. |
|
Returns the SQL code needed to deploy the model probabilities. |
|
Returns the SQL code needed to deploy the model. |
|
|
Sets the model attributes. |
Returns the code for a Graphviz tree. |
Attributes:
Must be overridden in child class |
Binary Tree Classifier¶
|
|
Methods:
Returns the model attributes. |
|
|
Draws the input tree. |
Predicts using the |
|
Returns the model probabilities. |
|
Returns the SQL code needed to deploy the model probabilities. |
|
Returns the SQL code needed to deploy the model. |
|
|
Sets the model attributes. |
Returns the code for a Graphviz tree. |
Attributes:
Must be overridden in child class |
Binary Tree Anomaly¶
|
|
Methods:
Returns the model attributes. |
|
|
Draws the input tree. |
Predicts using the |
|
Returns the model probabilities. |
|
Returns the SQL code needed to deploy the model probabilities. |
|
Returns the SQL code needed to deploy the model. |
|
|
Sets the model attributes. |
Returns the code for a Graphviz tree. |
Attributes:
Must be overridden in child class |
Non-Binary Tree¶
|
|
Methods:
Returns the model attributes. |
|
|
Draws the input tree. |
Predicts using the CHAID model. |
|
Returns probabilities using the CHAID model. |
|
Returns the SQL code needed to deploy the model probabilities. |
|
Returns the SQL code needed to deploy the model using its attributes. |
|
|
Sets the model attributes. |
|
Returns the code for a Graphviz tree. |
Attributes:
Must be overridden in child class |