HOME

Apriori Algorithm on DOMO

Apriori algorithm with DOMO Business Intelligence Tool. I created a list of 50 transactions for an imaginary grocery store with 5 product columns. This list contains some products like milk, eggs, bread, and now the grocery store owner wants to know what are the products which are bought most together. This list is built on the webform of DOMO so it can be updated by adding another row, and the ETL is triggered which provides the result dynamically.

Below left image is of transaction list dataset and then image on right is the output of applied apriori alogrithm. Apriori is an algorithm to count frequent item set and association rule.

Apriori

The data storage, data transformations and visualization is performed on DOMO. For data transformations Magic ETL tool is used with python scripting tile.

--- THE END ---