Hi @assapin,
Thanks for the great example.
Can you please elaborate which steps should I do in order to obfuscate my model?
I serve my model similar to Steven Cutting's blog:
https://www.stevencuttingblog.com/notes/practical-packaging-for-machine-learning-solutions
TL;DR: I have the model pickled in my repo, and I release a pip package with a predict method to run my inference.
Thanks,
Eli
Hi @assapin,
Thanks for the great example.
Can you please elaborate which steps should I do in order to obfuscate my model?
I serve my model similar to Steven Cutting's blog:
https://www.stevencuttingblog.com/notes/practical-packaging-for-machine-learning-solutions
TL;DR: I have the model pickled in my repo, and I release a pip package with a
predictmethod to run my inference.Thanks,
Eli