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.
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.