RecommenderSchemaField
class RecommenderSchemaField
Defines a column in a recommender schema, including the target field name and optional feature and content type settings for training.
Types
Properties
Link copied to clipboard
The data type of the column value. Valid values are String and Number. The default value is String.
Link copied to clipboard
How the column is treated for model training. Valid values are CATEGORICAL and TEXTUAL.
Link copied to clipboard
The name of the target field in the dataset, such as Location.City or Attributes.MealTime.