You can view some code examples in the Gists folder or in these links below:
Example of how to retrieve a previously created anomaly detector (retrieval is very similar for all resources) and to create an score for new data set.
See code here.
A very simple example of how to create a prediction with an ensemble that you previously created (also similar to creating a prediction from an existing model). In this example the ensemble resource is not retrieved.
See code here.
Example of how to upload data from a public file in Azure to create a Source
,
a Dataset
and finally a Model
from it.
See code here.
Example of how to upload data from a public file in Azure to create a Source
,
a Dataset
and finally a Cluster
from it.
See code here.