
4 Association rules
This chapter covers
- Association rules
- Different types of algorithms for association rules
- Implementation of different algorithms for association rules
- Sequence learning using SPADE
The power of association is stronger than the power of beauty; therefore, the power of association is the power of beauty.
Congratulations on finishing the first part of the book! You explored the basics of unsupervised learning and algorithms like k-means clustering, hierarchical clustering, DBSCAN, principal component analysis, and others. It is expected that you have covered the mathematical concepts in the first part and created the Python codes to solve the exercise given at the end of each chapter.
Welcome to the second part of the book where we use the concepts learned in the first part and explore slightly more complex topics. We start with association rules in this chapter.