aexol-studio / recommendation_content_based

  • Public
  • 22 runs

Run aexol-studio/recommendation_content_based with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

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
api:McAuley-Lab/Amazon-Reviews-2023 raw_review_Digital_Music
HuggingFace Datasets API (api:McAuley-Lab/Amazon-Reviews-2023 raw_meta_Digital_Music) or path (path:data/reviews.csv)
user_id
string
AHZZPUYPNZQ7QXK55HGGE3Z7TTEA
user id
user_column
string
user_id
user column
product_column
string
parent_asin
product column
name_column
string
title
title column
text_column
string
text
text column
top_n
integer
10
top n recommendation
pretrained
boolean
False
Whether to use a pretrained model
show_metrics
boolean
False
Whether to show the evaluation metrics

Output schema

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

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