mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
docs: anomaly detection remove html tags
Signed-off-by: Artem Navoiev <tenmozes@gmail.com>
This commit is contained in:
parent
61f9e3112d
commit
571ecbb610
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>
|
||||

|
||||
|
||||
|
||||
|
@ -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>
|
||||

|
||||
|
||||
|
||||
|
@ -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>
|
||||

|
||||
|
||||
|
||||
|
@ -301,9 +298,8 @@ Produced model instances are **stored in-memory** between consecutive re-fit cal
|
|||
|
||||
**Examples:** [Prophet](#prophet)
|
||||
|
||||
<p></p>
|
||||

|
||||
{width="800px}
|
||||
|
||||
|
||||
## Built-in Models
|
||||
|
||||
|
|
Loading…
Reference in a new issue