Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1
Base class for models trained with the regression algorithm More...
Public Member Functions | |
def | initialize |
def | getNumberOfBetas |
def | getNumberOfResponses |
def | getInterceptFlag |
def | getBeta |
![]() | |
def | getNumberOfFeatures |
![]() | |
def | __init__ |
def | getSerializationTag |
![]() | |
def | serialize |
def | deserialize |
def | getSerializationTag |
![]() | |
def | __init__ |
def getBeta | ( | self | ) |
Returns the numeric table that contains regression coefficients
def getInterceptFlag | ( | self | ) |
Returns true if the regression model contains the intercept term, and false otherwise
def getNumberOfBetas | ( | self | ) |
Returns the number of regression coefficients
def getNumberOfResponses | ( | self | ) |
Returns the number of responses in the training data set
def initialize | ( | self | ) |
Initializes ridge regression coefficients of the regression model
For more complete information about compiler optimizations, see our Optimization Notice.