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
Actually Using my First Model?
WindsAloft
Member Posts: 11 Contributor II
I've successfully build my first model, which is able to classify/categorize records in a database based on text mining the comments field. My model gives me a high degree of accuracy - but how do I actually implement this to future (unknown category) records?
Can I save the model so that it doesn't have to re-read the training set every single time before trying to predict? Also on my output, I'm unable to pass the primary key from the source to the results - obviously the primary key isn't used in the algorithm so it whines when I try to pass through a column that isn't actually used anywhere in the model.
Perhaps if theres a single example I could look at - that shows end to end how you can use a dataset to train/validate and then pass a new, completely unknown dataset through the process and output the original dataset (all column) + the predicted column.
Can I save the model so that it doesn't have to re-read the training set every single time before trying to predict? Also on my output, I'm unable to pass the primary key from the source to the results - obviously the primary key isn't used in the algorithm so it whines when I try to pass through a column that isn't actually used anywhere in the model.
Perhaps if theres a single example I could look at - that shows end to end how you can use a dataset to train/validate and then pass a new, completely unknown dataset through the process and output the original dataset (all column) + the predicted column.
0