Python* API Reference for Intel® Data Analytics Acceleration Library 2019 Update 5
logistic regression algorithm parameters More...
Public Member Functions | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Public Member Functions inherited from Parameter | |
| def | __init__ |
| def | check |
Static Public Attributes | |
| interceptFlag = ... | |
| penaltyL1 = ... | |
| penaltyL2 = ... | |
| optimizationSolver = ... | |
Static Public Attributes inherited from Parameter | |
| nClasses = ... | |
| def __init__ | ( | self, | |
| args | |||
| ) |
Parameter(size_t nClasses, daal.algorithms.logistic_regression.training.Parameter.SolverPtr const & solver) -> interface1_Parameter
| def check | ( | self | ) |
check(interface1_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.