Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaffolding for outputting anomaly prediction #3

Closed
Tracked by #47
c0c0n3 opened this issue Feb 2, 2022 · 1 comment
Closed
Tracked by #47

Scaffolding for outputting anomaly prediction #3

c0c0n3 opened this issue Feb 2, 2022 · 1 comment
Assignees
Labels
AI / app services Platform application services

Comments

@c0c0n3
Copy link
Owner

c0c0n3 commented Feb 2, 2022

Summary

Put in place some basic infra to be able to process incoming shop floor data and output a forecast about possible anomalies.

Intended outcome

On receiving shop floor data form Context Broker, the service writes a prediction back to Context Broker. The prediction is encoded in an NGSI entity. Note we don't need to implement the actual ML logic for this task. All we need is a predict stub function that takes in the NGSI entity sent by Context Broker and outputs a prediction NGSI entity.

How will it work?

Similar to what we've done for roughnator.

@c0c0n3
Copy link
Owner Author

c0c0n3 commented Feb 7, 2022

done, see code at 601f25e.

@c0c0n3 c0c0n3 closed this as completed Feb 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AI / app services Platform application services
Projects
Status: 🚀 Released
Development

No branches or pull requests

3 participants