Hi,
I'm new to SQL Machine Learning Server and also quite new to Python.
Currently my company is acquiring SQL Machine Learning Server to deploy AI models onto the server. The AI Model that i am working on right now is being developed by an external vendor, and that vendor only provide me their model wrapped in a ".pyd" file or executable file in ".pyd" format to keep the codes encrypted. To use the model, i simply call the model by importing its function/method.
So the question is... how do i upload the ".pyd" file onto the server?
