How can I find 95% confidence interval for predicted value based on a multiple linear regression model?

后端 未结 0 1136
梦如初夏
梦如初夏 2020-12-08 01:25

I have a model that I create in the following way:

X = df[["Height", "Age", "Gender"]]
Y = df["Weight"]
reg = linear_m         


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