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?
-
Notifications
You must be signed in to change notification settings - Fork 0
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…
kartik1718/invoice_analysis_apriori
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 0
No packages published