Understanding AWS Lookout for Equipment - Contribution of Individual Sensors in Inference Results

0

Hello AWS community,

I'm currently exploring the AWS Lookout for Equipment service and would like to gain insights into how the service identifies the contribution of each sensor after model training. Specifically, in the inference results, such as the example below:

{"timestamp": "2024-02-02T09:26:02.000000", "prediction": 1, "prediction_reason": "ANOMALY_DETECTED", "anomaly_score": 0.95821, "diagnostics": [{"name": "scenario_4_data_experiment\\Bearing_Temp", "value": 0.19786}, {"name": "scenario_4_data_experiment\\Output_Flow", "value": 0.12428}, {"name": "scenario_4_data_experiment\\Pump_RPM", "value": 0.1344}, {"name": "scenario_4_data_experiment\\Vibration_Frequency", "value": 0.32304}, {"name": "scenario_4_data_experiment\\Vibration_RMS", "value": 0.22043}]}

I'm curious to understand how AWS Lookout for Equipment obtains the values for each individual sensor in the "diagnostics" section in result.json obtained as inference result document. What methodology or algorithm is used to attribute specific values to each sensor, and how does the service determine their contribution to the overall prediction?

Any insights or documentation pointers on this matter would be greatly appreciated.

Thank you in advance for your assistance!

Best regards

1 Answer
0

This is the latest https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/what-is.html and https://docs.aws.amazon.com/lookout-for-equipment/latest/ug/reading-details-by-sensor.html aws Lookout for Equipment documentation.AWS continuously updates its services, and the documentation provides the most accurate and up-to-date information. Hope it clarifies and if does I would appreciate answer to be accepted so that community can benefit for clarity, thanks ;)

profile picture
EXPERT
answered 3 months ago
profile picture
EXPERT
reviewed 25 days ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions