How to optimize parameter in linear Regression?
Find more posts tagged with
Sort by:
1 - 3 of
31
thankyou @MarcoBarradas for reacting to my question. I have done it to do that way, but it still overfitting. did you know what hyperparameter can I use to optimize linear regression? and what is the ridge parameter in the linear regression operator?
To avoid overfitting you should always split your data, we usually recommend to use Cross Validation that way you are sure that the model is able to generalize in the best way.
You can check the hows and why in this video
Cross Validation and model performance| RapidMiner Studio