TypeError:float()参数必须是字符串或数字,而不是'dict_values'

时间:2019-11-09 18:00:52

标签: python

我正在尝试训练模型。但是我在fit_transform()中遇到错误 我无法放入相同的内袋。我有一个错误 TypeError: float() argument must be a string or a number, not 'dict_values'

先决条件:

IN [21]:type(train)
出[21]:pandas.core.frame.DataFrame

X=sc.fit_transform(train.iloc[:,1:].values)

0 个答案:

没有答案