Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
logistic regression algorithm parameters More...
Public Member Functions | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
![]() | |
def | __init__ |
def | check |
Static Public Attributes | |
interceptFlag = ... | |
penaltyL1 = ... | |
penaltyL2 = ... | |
optimizationSolver = ... | |
![]() | |
nClasses = ... | |
def __init__ | ( | self, | |
args | |||
) |
Parameter(size_t nClasses, daal.algorithms.logistic_regression.training.Parameter.SolverPtr const & solver) -> interface2_Parameter
def check | ( | self | ) |
check(interface2_Parameter self) -> Status
|
static |
Whether the intercept needs to be computed
|
static |
Default is sgd momentum solver
|
static |
L1 regularization coefficient. Default is 0 (not applied)
|
static |
L2 regularization coefficient. Default is 0 (not applied)
For more complete information about compiler optimizations, see our Optimization Notice.