zhhlee / InterFusion

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

Code problem consultation #12

Closed ghost closed 2 years ago

ghost commented 2 years ago

Hi, Lee! Recently I am reproducing the code of InterFusion, but I got a little bit trouble. import mltk I found that there are many package can be imported like 'mltk', such as 'mltk' and 'pymltookit', but both of them will report errors like'module 'mltk' has no attribute 'Config' '. May you tell me which mltk you installed in InterFusion?Thanks for your help!

zhhlee commented 2 years ago

The 'mltk' refers to this repo: https://github.com/haowen-xu/ml-essentials.git, and other requirements are listed in requirements.txt.

ghost commented 2 years ago

Thank you very much! So kind of you!