05.exercise-principal-component-analysis【练习:主成分分析】
This notebook is an exercise in the Feature Engineering course. You can reference the tutorial at this link. Introduction 介绍 In this exercise, you’ll work through several applications of PCA to the Ames dataset. 在本练习中,您将在 Ames 数据集上完成 PCA 的多种应用。 Run this cell to set everything up! 运行这个单元格来设置一切! # Setup feedback system from learntools.core import binder […]