摘要: X = data.iloc[:,data.columns != "Survived"]y = data.iloc[:,data.columns == "Survived"] 阅读全文
posted @ 2019-02-25 10:24 詹岩鹏 阅读(211) 评论(0) 推荐(0)