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

[BUG] #177

Open
clszvd opened this issue Jan 9, 2025 · 0 comments
Open

[BUG] #177

clszvd opened this issue Jan 9, 2025 · 0 comments

Comments

@clszvd
Copy link

clszvd commented Jan 9, 2025

Describe the bug
In the Anomaly Detection area of the Dashboard, in the "Select Anomaly Detection Algorithm" combobox, the LocalOutlierFactor Algorithm is presented as "LocalOutlierFactorETSDetector".

To Reproduce
Just run the dashboard and click in the combobox.

Expected behavior
LocalOutlierFactor and ETSDetector should be presented as 2 different options.

Screenshots
If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

  • OS: Windows 11
  • Merlion Version 2.0.4

Additional context
In the class deffinition:
class AnomalyModel(ModelMixin, DataMixin):
univariate_algorithms = [
"DefaultDetector",
"ArimaDetector",
"DynamicBaseline",
"IsolationForest",
"LocalOutlierFactor"
"ETSDetector",
"MSESDetector",
"ProphetDetector",
"RandomCutForest",
"SarimaDetector",
"WindStats",
"SpectralResidual",
"ZMS",
"DeepPointAnomalyDetector",
]
multivariate_algorithms = ["IsolationForest", "AutoEncoder", "VAE", "DAGMM", "LSTMED","LocalOutlierFactor"]
thresholds = ["Threshold", "AggregateAlarms"]

of the file anomaly,py, the comma after the LocalOutlierFactor is missed.

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