This chapter discusses various classification and prediction methods for analyzing data, including k-nearest neighbor, naive Bayes, decision trees, linear regression, logistic regression, and neural networks. It explains that classification methods predict which class an individual record belongs to, while prediction methods forecast a numerical outcome. The chapter advises analysts to typically build multiple competing models using these different methods in order to select the most effective one.