Hi there,
We are trying to use Azure Anomaly Detector to detect abnormal points in the data. Using Python SDK's detect_entire_series method to get the abnormal points in the entire series.
And I refer to the document, the document mentions that modifying the marginScale variable value can affect upperBound and lowerBound, and can further affect the results of the detection, but I did not see it in the request and response objects of the Python SDK.
Could anyone please explain where this variable can be modified?