Association rules with R recipe

mimihhwa
mimihhwa Registered Posts: 1
edited July 16 in Using Dataiku

i have a dataset with

product_id              object
product_name            object
category                object
discounted_price       float64
actual_price           float64
discount_percentage    float64
rating                 float64
rating_count           float64
about_product           object
user_id                 object
user_name               object
review_id               object
review_title            object
review_content          object
img_link                object
product_link            object

i want to run association rule apriori with this dataset

Answers

Setup Info
    Tags
      Help me…