awslabs / awslabs/predictive-maintenance-using-machine-learning

Wrong explaintaion for inference result.

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
110
Forks
61
PR merge metrics
No merged PRs in 30d

Description

In the notebook _sagemaker_predictive_maintenance.ipynb_ there is one place which explained how to interpret the inference result. That said "The predictions are a fraction of MAX_RUL which is 130.0, therefore the Remaining Useful Life predictions can be obtained by multiplying the output with 130". **This is wrong.**

By checking the code in entry_point.py, we know that the label divided 300 in training, and thus we need to multiply 300 to get it back, instead of multiply 130.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.