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

hello,which mltk version do you use? #5

Closed LiLanNaYang closed 2 years ago

LiLanNaYang commented 2 years ago

AttributeError: module 'mltk' has no attribute 'Config'

zhhlee commented 2 years ago

@LiLanNaYang mltk is in package ML-Essentials (version 0.0.2, the latest version). You can install it via 'pip install git+https://github.com/haowen-xu/ml-essentials.git'.

LiLanNaYang commented 2 years ago

It's ok, thank you very much.