AICoE / prometheus-anomaly-detector

A newer more updated version of the prometheus anomaly detector (https://github.com/AICoE/prometheus-anomaly-detector-legacy)
GNU General Public License v3.0
597 stars 151 forks source link

PAD & ml_flow tag issue #138

Closed JeongChanwoo closed 3 years ago

JeongChanwoo commented 4 years ago

After changing the model to lstm in the test_model.py file, I tried to proceed. However, when checked in mlflow, the model tag of the experiment is fixed as prophet.

I have changed to the lstm model, but I am worried that the learning and predictions are not fixed as a prophet.

Even if I changed to the Fourier transform model, the prophet model tag is displayed fixedly.

4n4nd commented 4 years ago

@JeongChanwoo I checked the test_model.py (here) it looks like the model name is being imported directly from the model file. Could you check if the correct model file was imported?

Maybe if you are using a container image, make sure you rebuild rebuild the image so the changes that you make are available in the image.

sesheta commented 3 years ago

Issues go stale after 90d of inactivity. Mark the issue as fresh with /remove-lifecycle stale. Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

/lifecycle stale

sesheta commented 3 years ago

Stale issues rot after 30d of inactivity. Mark the issue as fresh with /remove-lifecycle rotten. Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

sesheta commented 3 years ago

Rotten issues close after 30d of inactivity. Reopen the issue with /reopen. Mark the issue as fresh with /remove-lifecycle rotten.

/close

sesheta commented 3 years ago

@sesheta: Closing this issue.

In response to [this](https://github.com/AICoE/prometheus-anomaly-detector/issues/138#issuecomment-967789786): >Rotten issues close after 30d of inactivity. >Reopen the issue with `/reopen`. >Mark the issue as fresh with `/remove-lifecycle rotten`. > >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.