課程
/后端開發(fā)
/Python
/Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇
輸入
with open("tree.dot", 'w') as f:
? ??tree.export_graphviz(clf, out_file=f)
報錯SyntaxError: Invalid syntax
2017-07-19
源自:Python數(shù)據(jù)分析-基礎(chǔ)技術(shù)篇 6-3
正在回答
with?open("./dataaa/tree.dot",?"w")as?fw: ????tree.export_graphviz(clf,?out_file=fw)
舉報
使用Python進行數(shù)據(jù)分析的基礎(chǔ)模塊簡介
1 回答import scipy錯誤
1 回答出現(xiàn)錯誤了
2 回答numpy顯示錯誤
5 回答SyntaxError: import * only allowed at module level錯誤
1 回答我安裝完畢了,找不到keras的json文件了
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2017-07-21