摘要: 运行 sgd = SGDRegressor()sgd.fit(x_train, y_train)print("r2 score of Linear regression is",r2_score(y_test,sgd.predict(x_test))) 时出现 DataConversionWarni 阅读全文
posted @ 2024-05-09 15:28 椰子灰 阅读(39) 评论(0) 推荐(0)