How to calculate Regression Error in python?

后端 未结 0 836
旧巷少年郎
旧巷少年郎 2021-01-26 09:01

I calculated and found linear regression parameters of two columns of my data frame by doing

Answer_trial= numpy.polyfit(table.Column1,table.  Column2, 1)
         


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