November 2018
Intermediate to advanced
556 pages
14h 42m
English
We can now register our model. From the Jupyter Notebook, we can run the following code:
from azureml.core.webservice import AciWebserviceaciconfig = AciWebservice.deploy_configuration(cpu_cores=1, memory_gb=1, tags={"data": "NONE", "method" : "physics-based"}, description='Wind turbine power')We can customize the memory and the CPU to match our requirements.
Read now
Unlock full access