課程
/后端開發(fā)
/Python
/機(jī)器學(xué)習(xí)-實(shí)現(xiàn)簡單神經(jīng)網(wǎng)絡(luò)
請(qǐng)問為何?'df' is not defined
2017-05-08
源自:機(jī)器學(xué)習(xí)-實(shí)現(xiàn)簡單神經(jīng)網(wǎng)絡(luò) 3-3
正在回答
file="D:/python/nn/data.csv" import?pandas?as?pd df=pd.read_csv(file,header=None) df.head(10)
這一段在前面有沒有,有的話df就有定義啊
舉報(bào)
人工智能時(shí)代,你準(zhǔn)備好成為抓住機(jī)遇的那百分之二嗎。
2 回答name 'classifier' is not defined
1 回答‘’self‘’ is not defined name什么鬼?
4 回答NameError: global name 'predict' is not defined
1 回答為什么運(yùn)行后會(huì)有name 'self' is not defined
1 回答跟著老師打的,可是為什么會(huì)報(bào)錯(cuò)NameError: name 'X' is not defined?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號(hào)-11 京公網(wǎng)安備11010802030151號(hào)
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動(dòng)學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號(hào)
2017-05-19
這一段在前面有沒有,有的話df就有定義啊