I am using apriori algorithm to extract frequent itemsets and then performing a Market Basket Analysis.
As an input for the apriori, I have to perform a one_hot encoding on my dataset: the quantities are ignored.
Is there a way to perform Market Basket Analysis using an algorithm that takes in account the quantity of the products?