facebook / facebook/prophet

The value predicted by Prophet did not change much

Open
#2,163 0 comments 0 reactions 0 assignees View on GitHub
question
Dominant language
Python
Stars
20.4k
Forks
4.6k
Avg merge
19h 52m
Merged PRs (30d)
1

Description

hello everyone
I am using the prophet model to perform anomaly detection on the metrics of prometheus
However, I found that the yhat of the metrics output by anomaly detection is basically stable at around 0.6, and does not change with the original data.
The figure below is the predicted metrics versus the original metrics in grafana
![image](https://user-images.githubusercontent.com/43242489/165899993-c2217dca-e14b-47d3-bed5-e6abcf1e1f00.png)
Green bar is : node_load1{instance='192.29.3.11:9100'} (origin metrics)
yellow Bar is : yhat.
Orange Bar is :yhat_upper
Sky blue bar is : yhat_lower
Red Bar is : anomaly
It can be seen that the value of yhat does not change with the original value, but is stable at around 0.6

The original training data is like this:
![ff](https://user-images.githubusercontent.com/43242489/165901061-15502628-fd20-4c83-a941-9295b47709fb.png)
model.plot_components(forecast)
![1](https://user-images.githubusercontent.com/43242489/165901155-72a285da-44f6-4c79-9b5e-740b4503af24.png)
model.plot(forecast)
![temp](https://user-images.githubusercontent.com/43242489/165901219-95654801-86ad-4f8e-9c0b-5eaaad937bfe.png)

How should I adjust the prophet parameters, or is there any other way to make Prophet predict the value accurately?
please help me

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.