Skip to content

The Apriori algorithm is an algorithm for searching for association rules. Association rules are "if-then" statements, that help to show the probability of relationships between data items, within large data sets in various types of databases. It is especially useful for transactions analysis - when you have a tons of invoices. Analysing the inv…

Notifications You must be signed in to change notification settings

kartik1718/invoice_analysis_apriori

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

invoice_analysis_apriori

The Apriori algorithm is an algorithm for searching for association rules. Association rules are "if-then" statements, that help to show the probability of relationships between data items, within large data sets in various types of databases. It is especially useful for transactions analysis - when you have a tons of invoices. Analysing the invoices can help you answer some important business questions - what items should be included in the bundle? Or what items should be placed nearby? What to offer the buyer?

About

The Apriori algorithm is an algorithm for searching for association rules. Association rules are "if-then" statements, that help to show the probability of relationships between data items, within large data sets in various types of databases. It is especially useful for transactions analysis - when you have a tons of invoices. Analysing the inv…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published