SVMSparseSummary Example 1: OutputSummary ('true') - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
8.00
1.0
Published
May 2019
Language
English (United States)
Last Update
2019-11-22
dita:mapPath
blj1506016597986.ditamap
dita:ditavalPath
blj1506016597986.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantage™

Input

SQL Call

SELECT DISTINCT * FROM SVMSparseSummary (
  ON svm_iris_input_train AS "input" PARTITION BY 1
  ON svm_iris_model AS model DIMENSION
  USING
  AttributeNameColumn ('attribute')
  OutputSummary ('true')
) AS dt;

Output

message
The corresponding training parameters are cost:1.0 bias:0.0
The model is not converged after 150 steps with epsilon 0.01, the average value of the loss function for the training set is 35.46831950524983 The model is trained with 120 samples and 4 unique attributes
There are 3 different classes in the training set