Replies: 2 comments 7 replies
-
So to import bentoml in sql server we have to install it via cmd. This is done and when I run this to load the saved bundle, I get This is something I faced when I was using Jupyter notebooks but that problem was solved by removing
|
Beta Was this translation helpful? Give feedback.
-
Hi @parano, I came up with this SQL query for loading the bento bundle and making the predictions. Could you please take a look at this gist and suggest any changes? Briefly speaking this is what I have done:
Some of the questions here are:
|
Beta Was this translation helpful? Give feedback.
-
Hi,
I am working on issue #766 . This is the first issue I have picked to work on for Bento. I had a few doubts which @parano promptly helped me with. Starting a discussion here to keep the community updated :)
Based on our discussion this is what he suggested
I have created the python script so far that does the basic iris classification. The setup for the SQL server has been done and I am working in the SSMS.
Now I want to load the saved bento bundle as the script in SQL server and I am figuring out ways to do that.
Beta Was this translation helpful? Give feedback.
All reactions