|
6 |
PRE-MODEL ALGORITHMS
As an extension of the data scrubbing process, unsupervised learning algorithms are sometimes used in advance of a supervised learning algorithm to prepare the data for prediction modeling. In this way, unsupervised algorithms are used to clean or reshape the data rather than to derive actionable insight.
Examples of pre-model algorithms include dimension reduction techniques, as introduced in the previous chapter, as well as k-means clustering. Both of these algorithms are examined in this chapter.
Principal Component Analysis
One of the most popular dimension reduction techniques is principal component analysis (PCA). Known also as general factor analysis, PCA is useful for dramatically reducing data complexity ...
Get Machine Learning with Python now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.