You're looking at a specific version of this model. Jump to the model overview.

aexol-studio /recommendation_hybrid:ce82872e

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
reviews
string
path:data/minko/prod/data.csv
Reviews HuggingFace Datasets (api:McAuley-Lab/Amazon-Reviews-2023 raw_review_Magazine_Subscriptions) or path (path:data/reviews.csv)
user_id
string
587
user id
user_column
string
customer_id
user column
title_column
string
name
title column
review_column
string
description
review column
product_column
string
product_id
product column
timestamp_column
string
timestamp
timestamp column
n
integer
10
top n recommendation

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'title': 'Output', 'type': 'string'}