You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello! Thank you very much for your contribution to LLM4TS. When I run the code you provided, I find that the returned results are always null on both the example data you provided and on multiple TS anomaly detection datasets (SWAP),the returned as follow:
This means that SigLLM is almost impossible to detect anomalies. My hyperparameters are set as follows, is there anything in my code that doesn't make sense for the hyperparameters?
Hello! Thank you very much for your contribution to LLM4TS. When I run the code you provided, I find that the returned results are always null on both the example data you provided and on multiple TS anomaly detection datasets (SWAP),the returned as follow:
anomalies: Empty DataFrame
Columns: [start, end, severity]
Index: []
This means that SigLLM is almost impossible to detect anomalies. My hyperparameters are set as follows, is there anything in my code that doesn't make sense for the hyperparameters?
pipeline_name = 'gpt_detector'
hyperparameters = {
"sigllm.primitives.forecasting.custom.rolling_window_sequences#1": {
"target_column": 0,
"window_size": 140,
"step_size": 1,
"target_size": 1
},
The text was updated successfully, but these errors were encountered: