Can I use numpy.polyfit(x, y, deg) for multiple linear regression

后端 未结 0 1767
北荒
北荒 2021-01-29 13:25

Is there any way I can fit two independent variables and one dependent variable in numpy.polyfit()?

I have a panda data frame that I loaded from a csv file. I wish to inc

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