Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

anomalies: Empty DataFrame #27

Open
Aquariuaa opened this issue Dec 27, 2024 · 0 comments
Open

anomalies: Empty DataFrame #27

Aquariuaa opened this issue Dec 27, 2024 · 0 comments

Comments

@Aquariuaa
Copy link

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
},

"orion.primitives.timeseries_anomalies.find_anomalies#1": {
    "fixed_threshold": True,
    "anomaly_padding": 2
},}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant