Market Basket Optimisation
Dataset for learning Association Rules
@kaggle.d4rklucif3r_market_basket_optimisation
Dataset for learning Association Rules
@kaggle.d4rklucif3r_market_basket_optimisation
CREATE TABLE market_basket_optimisation (
"shrimp" VARCHAR,
"almonds" VARCHAR,
"avocado" VARCHAR,
"vegetables_mix" VARCHAR,
"green_grapes" VARCHAR,
"whole_weat_flour" VARCHAR,
"yams" VARCHAR,
"cottage_cheese" VARCHAR,
"energy_drink" VARCHAR,
"tomato_juice" VARCHAR,
"low_fat_yogurt" VARCHAR,
"green_tea" VARCHAR,
"honey" VARCHAR,
"salad" VARCHAR,
"mineral_water" VARCHAR,
"salmon" VARCHAR,
"antioxydant_juice" VARCHAR,
"frozen_smoothie" VARCHAR,
"spinach" VARCHAR,
"olive_oil" VARCHAR
);
Anyone who has the link will be able to view this.