January 2018
Beginner to intermediate
316 pages
7h 14m
English
Before we take a look at our second feature transformation algorithm, it is important to take a look at how principal components are interpreted:
# how to interpret and use components pca.components_ # a 2 x 4 matrix array([[ 0.52237162, -0.26335492, 0.58125401, 0.56561105], [ 0.37231836, 0.92555649, 0.02109478, 0.06541577]])
Read now
Unlock full access