-
Notifications
You must be signed in to change notification settings - Fork 87
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
Db2mlops #45
Db2mlops #45
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Patrick. Just a couple of relatively minor comments.
In_Db2_Machine_Learning/In DB Model Deployment and Management/README.md
Outdated
Show resolved
Hide resolved
In_Db2_Machine_Learning/In DB Model Deployment and Management/README.md
Outdated
Show resolved
Hide resolved
In_Db2_Machine_Learning/In DB Model Deployment and Management/README.md
Outdated
Show resolved
Hide resolved
…README.md Co-authored-by: Kelly Rodger <[email protected]>
…README.md Co-authored-by: Kelly Rodger <[email protected]>
…README.md Co-authored-by: Kelly Rodger <[email protected]>
My understanding is that joblib is faster than pickle particularly with numpy arrays - not sure how significant that is. |
I think I've seen that in some cases as well, and agreed, not sure that it really matters in practice. The only thing I'd maybe consider is documenting in the comments if there's a reason why a specific choice like that is made. Thanks. |
I found a procedure for managing and storing models in DB2 that I thought would be useful.
Provides a regular SQL interface for doing CRUD with new models and storing them in the database.
Improvement suggestions welcome - I'm not sure what is the best datatype for a variable length chararray/string in the UDTF...