第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會有你想問的

代碼在列的規(guī)范上引發(fā)錯(cuò)誤

代碼在列的規(guī)范上引發(fā)錯(cuò)誤

翻過高山走不出你 2024-01-04 16:46:14
當(dāng)我運(yùn)行模型時(shí),我不斷收到以下值錯(cuò)誤:ValueError: Specifying the columns using strings is only supported for pandas DataFrames這是錯(cuò)誤的完整版本:Traceback (most recent call last):  File "/usr/lib/python3.8/site-packages/sklearn/utils/__init__.py", line 425, in _get_column_indices    all_columns = X.columnsAttributeError: 'numpy.ndarray' object has no attribute 'columns'During handling of the above exception, another exception occurred:Traceback (most recent call last):  File "/home/user/Python Practice/Working/Playstore/untitled0.py", line 48, in <module>    run.fit(x,y)  File "/usr/lib/python3.8/site-packages/sklearn/pipeline.py", line 330, in fit    Xt = self._fit(X, y, **fit_params_steps)  File "/usr/lib/python3.8/site-packages/sklearn/pipeline.py", line 292, in _fit    X, fitted_transformer = fit_transform_one_cached(  File "/usr/lib/python3.8/site-packages/joblib/memory.py", line 352, in __call__    return self.func(*args, **kwargs)  File "/usr/lib/python3.8/site-packages/sklearn/pipeline.py", line 740, in _fit_transform_one    res = transformer.fit_transform(X, y, **fit_params)  File "/usr/lib/python3.8/site-packages/sklearn/compose/_column_transformer.py", line 529, in fit_transform    self._validate_remainder(X)  File "/usr/lib/python3.8/site-packages/sklearn/compose/_column_transformer.py", line 327, in _validate_remainder    cols.extend(_get_column_indices(X, columns))  File "/usr/lib/python3.8/site-packages/sklearn/utils/__init__.py", line 427, in _get_column_indices    raise ValueError("Specifying the columns using strings is only "ValueError: Specifying the columns using strings is only supported for pandas DataFrames關(guān)于如何修復(fù)它有什么想法嗎?如果您需要的話,可以在這里找到所使用的數(shù)據(jù)。最初,我嘗試在單個(gè)變壓器變量下一次性執(zhí)行所有列轉(zhuǎn)換,但這不起作用,建議我在再次運(yùn)行之前將它們分開。我這樣做了,但結(jié)果如你所見。我需要一些幫助。謝謝你!
查看完整描述

1 回答

?
Helenr

TA貢獻(xiàn)1780條經(jīng)驗(yàn) 獲得超4個(gè)贊

我不會像這樣分離柱變壓器。這樣,在您的run管道中,第一個(gè)ColumnTransformer?col將 pandas 數(shù)據(jù)幀的輸入轉(zhuǎn)換為 numpy 數(shù)組。但是,列名稱無法被挑選出來cb_(更糟糕的是,列順序已更改,因此您不能依賴原始數(shù)據(jù)中的列索引)。

查看完整回答
反對 回復(fù) 2024-01-04
  • 1 回答
  • 0 關(guān)注
  • 385 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號