Is there any solution to load txt file in to LinearRegression() in Python and calculate average values of predict by mean()?

后端 未结 0 524
無奈伤痛
無奈伤痛 2020-11-28 17:40

I\'m using pandas lib to load data from txt file. Can someone tell me what is wrong with my code?

import sklearn.linear_model

wineQuality = pd.read_csv(\'win         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题