zhhlee / InterFusion

KDD 2021: Multivariate Time Series Anomaly Detection and Interpretation using Hierarchical Inter-Metric and Temporal Embedding
MIT License
197 stars 46 forks source link

InterPretation Score #11

Closed severous closed 2 years ago

severous commented 2 years ago

@zhhlee Could you please give me the source code about the InterPretation Score? I cannot find it in this repo.

zhhlee commented 2 years ago

The InterPretation Score is calculated through function cal_IPS in algorithm/cal_IPS.py. The function is called in line 624 in stack_predict.py, after the MCMC interpretation.