Structure of options to use when training a model.

Hierarchy

  • TrainingOptions

Properties

groupBy?: string

Column name to group by (for time series data only).

horizon?: number

How many rows in the future to forecast (for time series data only).

integration?: string

Integration name for the training data (e.g. mindsdb).

orderBy?: string

Column name to order by (for time series data only).

select?: string

SELECT SQL statement to use for selecting data.

using?: Record<string, JsonValue>

Model and training parameters to set during training.

window?: number

How many rows in the past to use when making a future prediction (for time series data only).

Generated using TypeDoc