Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Decision tree algorithm parameters. More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
pruning = ... | |
maxTreeDepth = ... | |
minObservationsInLeafNodes = ... | |
def __init__ | ( | self | ) |
Main constructor
def check | ( | self | ) |
Checks a parameter of the Decision tree algorithm
|
static |
Maximum tree depth. 0 means unlimited depth.
|
static |
Minimum number of observations in the leaf node. Can be any positive number.
|
static |
Pruning method for Decision tree
For more complete information about compiler optimizations, see our Optimization Notice.