How to optimize parameter in linear Regression?


in Help
hello!!
I create a multiple linear regression model by doing hyperparameter tuning using the operator optimize parameter, but I'm confused about what hyperparameters I should optimize in the rapid miner to avoid overfitting?
I hope someone can help me in solving this problem.
I create a multiple linear regression model by doing hyperparameter tuning using the operator optimize parameter, but I'm confused about what hyperparameters I should optimize in the rapid miner to avoid overfitting?
I hope someone can help me in solving this problem.
Tagged:
0
Answers
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