KNNRecommender Input - 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ā„¢

RatingTable Schema

The table has user ratings of items.

The size of this table determines the size of the weight column of the WeightModelTable. If any cell of the weight column exceeds 64 KB, you cannot use the WeightModelTable with the KNNRecommenderPredict function.
Column Data Type Description
userid_column INTEGER User identifier.
itemid_column INTEGER Item identifier.
rating_column Any numeric type. Rating user gave item.