what does LabelEncoder().fit() do?

后端 未结 0 362
予麋鹿
予麋鹿 2021-02-05 09:43

I\'m reading some code that has the following lines:

from sklearn import preprocessing

le = preprocessing.LabelEncoder()
le.fit(df[1])

Where

相关标签:
回答
  • 消灭零回复
提交回复
热议问题