Chapter 8 of 'Data Mining: Concepts and Techniques' covers the basics of classification, including supervised and unsupervised learning, model construction, decision tree induction, Bayes classification, rule-based classification, and techniques for improving classification accuracy such as ensemble methods. It discusses the process of model evaluation and selection, highlighting the importance of preventing overfitting through techniques like pruning. The chapter also addresses performance considerations in large databases and the applicability of various classification algorithms.