How to add spline to a regression variable in python

前端 未结 0 841
轻奢々
轻奢々 2020-12-07 00:05

I have the code for this regression model in R, and I am trying to replicate it using python:

log(y+1) = beta0 + beta1(x1) + beta2*log(x2+1) + f_spline(x3) + sum_cate

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