Python* API Reference for Intel® Data Analytics Acceleration Library 2020 Update 1

Public Member Functions | List of all members
Model Class Reference

The base class for the classes that represent the models, such as linear_regression.Model or svm.Model. More...

Public Member Functions

def __init__
 
def getSerializationTag
 
- Public Member Functions inherited from SerializationIface
def serialize
 
def deserialize
 
def getSerializationTag
 
- Public Member Functions inherited from Base
def __init__
 

Detailed Description

Note
The current version of the library does not support generation of validation metrics for the models

Constructor & Destructor Documentation

def __init__ (   self)

Default constructor

Member Function Documentation

def getSerializationTag (   self)

The documentation for this class was generated from the following file:

For more complete information about compiler optimizations, see our Optimization Notice.