You're looking at a specific version of this model. Jump to the model overview.
aexol-studio /recommendation_hybrid:3413c5d4
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 |
---|---|---|---|
data |
string
|
api:McAuley-Lab/Amazon-Reviews-2023 raw_review_Subscription_Boxes
|
Reviews HuggingFace Datasets (api:McAuley-Lab/Amazon-Reviews-2023 raw_review_Magazine_Subscriptions) or path (path:data/reviews.csv)
|
user_id |
string
|
AGRY5FEASZMNMQ4JXNQ6ZFKBZLUA
|
user id
|
user_column |
string
|
user_id
|
user column
|
title_column |
string
|
title
|
title column
|
review_column |
string
|
text
|
review column
|
product_column |
string
|
parent_asin
|
product 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'}