From a9b67ebd72d238739547ffcb6e65d5caa9d1a116 Mon Sep 17 00:00:00 2001 From: Matthew Middlehurst Date: Wed, 8 May 2024 15:16:46 +0100 Subject: [PATCH] start --- aep/03_anomaly_detection.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 aep/03_anomaly_detection.md diff --git a/aep/03_anomaly_detection.md b/aep/03_anomaly_detection.md new file mode 100644 index 0000000..5db6d0d --- /dev/null +++ b/aep/03_anomaly_detection.md @@ -0,0 +1,37 @@ +# AEP Template + +Contributors: [list of contributor GitHub handles] + +## Overview + +[Short description of the AEP contents and purpose] + +## Problem Statement and Use Cases + +[Describe the problem that the AEP is trying to solve and the use cases that it is +trying to address] + +[Include an example of how the AEP contents would be used] + +## Implementation + +[Describe the steps required for the implementation of the AEP contents] + +## Examples code/structure (if applicable) + +[Include any example code or structure that would be used to implement the AEP. Links +to a pull request are also acceptable] + +## Considerations and Alternatives + +[Describe any considerations i.e. backwards compatability and alternatives that +were considered] + +## Discussion + +[Include or link to any discussion points that were raised during the AEP process] + +## References + +[Include any references to external resources or publications that are pointed to +in the AEP] \ No newline at end of file