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
about seperation of modeling and prediction
serenawang
Member Posts: 2 Contributor I
I used cross validation operator for data mining, including SVM operator and apply model operator. It always finishes in a couple of minutes. Now I have to separate the modeling part from the prediction one. So I simply use SVM classifier and then write model to a file in one process. While in the other process, I read the model from the output file and then apply the model for the test data. However, the second process runs really slow. Besides, a bunch of warning showed up, like some specific attribute is not contained in the example set.
I really appreciate any of your help.
I really appreciate any of your help.
0
Answers