Merlion
Merlion copied to clipboard
Merlion: A Machine Learning Framework for Time Series Intelligence
**Describe the bug** Running the example Jupyter Notebook Merlion/examples/anomaly/0_AnomalyIntro.ipynb (second sell) - Model can not be trained Java was installed as described: ``` ➜ ~ java -version java version "1.8.0_311"...
**Describe the bug** The example for Anomaly detection doesn't work for me. **To Reproduce** I have istalled Merlion and data as was explained in the instruction. But can't run the...
**Describe the bug** Hi, I am trying to implement the LSTM method on the Itrust SWAT datasets using Merlion. However, I am running into a chunking issue for LSTM. LSTM...
**Is your feature request related to a problem? Please describe.** It is somewhat unintuitive, that the model returns a standard error in the univariate case and but not in the...
**Is your feature request related to a problem? Please describe.** While there are several examples for the anomaly detection and forecasting cases, there is at this moment no such cod...
**Describe the bug** FileNotFoundError: [Errno 2] No such file or directory: 'java'. Could this issue be related to VS Code, or did OpenJDK not install correctly for Merlion's path dependencies?...
**Describe the solution you'd like** the defaultforecaster of the merlion is the combination of autoets and lightgbm, can merlion support increment(continue) learning for lightgbm? which is feasible by using parameter...
Can Merlion use GPU to train models?
This is more a question, but I didn't see a tag for it. Does Merlion support modeling multiple-series datasets? I understand from the README that it supports multi-variate models. I...
Hello, Thank you for the nice library! I was just wondering if you managed to reproduce the results in Zong, Bo, et al. "Deep autoencoding gaussian mixture model for unsupervised...