Loading

Loading

摘要: 波士顿房价预测 本篇使用经典波士顿房价数据进行sklearn学习。 输出重定向 重定向标准输出到out,重定向标准错误到err import sys f1 = open("out", "w") f2 = open("err", "w") sys.stdout = f1 sys.stderr = f2 阅读全文
posted @ 2022-07-08 16:00 OceanCT 阅读(260) 评论(0) 推荐(0)