<model_name>!SHOW_TRAINING_LOGS

Returns logs from model training. Output is non-NULL only when 'ON_ERROR' = 'SKIP' is set in the training CONFIG_OBJECT; otherwise the entire model fails to train.

Syntax

<model_name>!SHOW_TRAINING_LOGS();
Copy

Output

Column

Type

Description

SERIES

VARIANT

Series value (NULL if model was trained with single time series).

Note

Your single-series results may not have a SERIES column. See recent change.

LOGS

OBJECT

Object containing errors encountered during training. Currently the only key is Errors, an array of errors. If no errors were encountered, the logs object is NULL.

Examples

See Examples.