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
Keeping attribute selection after optimal selection — Is it possible?
Hi again!
I have 2 small questions this time. I have created a model with Optimize Selection with Cross-Validation inside and it shows good results.
1) Does it overfitt the model?
2) Can I and if yes then how can I apply this model to another dataset? Without optimize selection everything was clear but with it...
Working with SVM for text classification.
Thank you in advance!
0
Answers
Overfit can happen, I would toggle on the "leave one out" parameter and test again.
W.R.T to the Optimize Selection, you should be able to write out the weights to a repository and use a Select By Weights operator in your scoring process and load them back in.