microsoft / microsoft-r

Sample code and Data for Microsoft R Server and Microsoft R Client
MIT License
93 stars 75 forks source link

Running the python ML Server package #24

Closed jmagosta closed 7 years ago

jmagosta commented 7 years ago

Add this instruction:

To run the python installation, you will need to run mlserver’s python like this :

/opt/microsoft/mlserver/9.2.1/bin/python/python

And then run you can import the azureml-model-management-sdk, for instance:

import azureml.deploy

The actual package can be found here :

/opt/microsoft/mlserver/9.2.1/runtime/python/lib/python3.5/site-packages/azureml

ramnov commented 7 years ago

Sure. Will add instructions in readme. You can also run mlserver's python using this command :

mlserver-python

Source : https://docs.microsoft.com/en-us/machine-learning-server/install/machine-learning-server-linux-install