jihaozh commented on a change in pull request #3875: [TE] detection add upper/lower bounds to detection output URL: https://github.com/apache/incubator-pinot/pull/3875#discussion_r260000690
########## File path: thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DetectionPipelineResult.java ########## @@ -31,6 +32,7 @@ Map<String, Object> diagnostics; List<MergedAnomalyResultDTO> anomalies; + TimeSeries predictions; Review comment: Need a Map from string to TimeSeries here. We need a predicted time series per detection rule and dimension value. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
