标签: pca
我正在尝试训练用于分类的模型。
我的数据集具有42个要素,其中一些是字符串值,而另一些是浮点值。
我想在数据集中使用preprocessing.StandardScaler(),然后使用PCA减小尺寸。我应该如何处理字符串值?使用LabelEncoder吗?也是用于处理功能而不是处理标签吗?
preprocessing.StandardScaler()
LabelEncoder