PCA(Principal Component Analysis) —— Python Data Science Cookook

本文通过鸢尾花数据集介绍了PCA主成分分析的原理和步骤,包括数据标准化、计算相关矩阵、选择特征向量等,并讨论了如何确定保留的主成分数量,依据是特征值准则和方差解释比例。此外,还提到了PCA的缺点是计算成本高,且要求输入数据列之间存在相关性。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Tip

 

before learning about the following example , we need to have the notion ofthe principle of PCA

 

this example of data set reders to https://archive.ics.uci.edu/ml/datasets/Iris

Let’s use the Iris dataset to understand how to use PCA efficiently in reducing the dimension of the dataset. The Iris dataset contains measurements for 150 iris flowers from three different species. The three classes in the Iris dataset are as follows:

  1. Iris Setosa
  2. Iris Versicolor
  3. Iris Virginica

The following are the four features in the Iris dataset:

  1. The sepal length in cm
  2. The sepal width in cm
  3. The petal length in cm
  4. The petal width in cm

show original data by scatter plots:

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值