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