datamllab / tods

TODS: An Automated Time-series Outlier Detection System
http://tods-doc.github.io
Apache License 2.0
1.47k stars 193 forks source link

Cannot print pipeline output #71

Closed sagarshankar closed 2 years ago

sagarshankar commented 2 years ago

I ran an autoregression pipeline on some data and was able to obtain the pipeline metrics/scores using the statement print (pipeline_result.scores). I wanted to see the actual output or anomaly values from the pipeline, so I wrote print (pipeline_result.output) but that would provide with None as an output. I am not sure why my output will not print in this case. Any advice on how it should print would be great.

Output