CSDN上的讲解(很详细了)
一. LabelEncoder(编码成0,1,2,3,4,5.....)
from sklearn.preprocessing import LabelEncoder





二. OrdinalEncoder



from sklearn.preprocessing import LabelEncoder
本文标题:【Python】特征标签编码:LabelEncoder、Labe
本文链接:https://www.haomeiwen.com/subject/kjmagctx.html
网友评论