mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
docs: anomaly detection remove html tags
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
4735d8803e
commit
147e703d64
1 changed files with 1 additions and 5 deletions
|
@ -249,7 +249,6 @@ If during an inference, you got a series having **new labelset** (not present in
|
|||
|
||||
**Examples:** [Prophet](#prophet), [Holt-Winters](#holt-winters)
|
||||
|
||||
<p></p>
|
||||
![vmanomaly-model-type-univariate](model-lifecycle-univariate.webp)
|
||||
|
||||
|
||||
|
@ -265,7 +264,6 @@ If during an inference, you got a **different amount of series** or some series
|
|||
|
||||
**Examples:** [IsolationForest](#isolation-forest-multivariate)
|
||||
|
||||
<p></p>
|
||||
![vmanomaly-model-type-multivariate](model-lifecycle-multivariate.webp)
|
||||
|
||||
|
||||
|
@ -283,7 +281,6 @@ Such models put **more pressure** on your reader's source, i.e. if your model sh
|
|||
|
||||
**Examples:** [RollingQuantile](#rolling-quantile)
|
||||
|
||||
<p></p>
|
||||
![vmanomaly-model-type-rolling](model-type-rolling.webp)
|
||||
|
||||
|
||||
|
@ -301,9 +298,8 @@ Produced model instances are **stored in-memory** between consecutive re-fit cal
|
|||
|
||||
**Examples:** [Prophet](#prophet)
|
||||
|
||||
<p></p>
|
||||
![vmanomaly-model-type-non-rolling](model-type-non-rolling.webp)
|
||||
{width="800px}
|
||||
|
||||
|
||||
## Built-in Models
|
||||
|
||||
|
|
Loading…
Reference in a new issue