Unit 2 Preparing To Model
Unit 2 Preparing To Model
Unit 2 :
Preparing to Model
Problem or Opportunity
Identification
Feature Extraction
Data Preprocessing
Model Building
More input features often make a predictive modeling task more challenging
to model, more generally referred to as the curse of dimensionality.
4. Sort the eigenvectors in highest to lowest order and select the number
of principal components.
print(pca.explained_variance_ratio_)
print(pca.singular_values_)
print(pca.explained_variance_ratio_)
print(pca.singular_values_)