The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
How to optimize parameter in linear Regression?
olafansau55
Member Posts: 5 Learner I
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