-
Notifications
You must be signed in to change notification settings - Fork 397
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model versioning #397
Comments
How do I deploy my model into production as a predictive service? |
@shenzgang it depends how would you like to run the inference. You can either use Spark runtime to do it or use transmogrifai-local - https://github.com/salesforce/TransmogrifAI/tree/master/local |
Why does the data need to include label columns when using models for prediction? The training model sample contains feature columns and tag columns, but the data that needs to be predicted has no tag columns, and I had to use a temporary tag column replacement to be successful? |
How so? I don't think it does. Simply load the model |
I used Titan data to get the model and then load the model to predict, I removed the tag column prediction failure! The prediction data must contain the same number of columns as the model training! |
Problem
Exported models neither have any version information nor verification checks (on loading) that verify that a particular model can be safely executed with the current code version.
Solution
Alternatives
N/A
The text was updated successfully, but these errors were encountered: