angvasilop / optimal_k

Optimizing k in k-fold cross validation
0 stars 0 forks source link

Why that nonlinear model? #5

Open gjm112 opened 1 year ago

gjm112 commented 1 year ago

I think you mentioned this before, but why did you choose that specific non-linear model to use?

gjm112 commented 1 year ago

I also think you mean D and E set to zero for linear regression. You said B and E.

angvasilop commented 1 year ago

This is where I am stuck. I guess I chose this model because it fits the data. I am not sure how to go about putting together a better justification of Bx + C + D/x + E/x^2 but I will try to figure something out.