TimeSeriesConfig

The collection of components that defines the time-series.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A set of columns names that can be grouped with the item identifier column to create a composite key for which a target value is predicted.

Link copied to clipboard

The name of the column that represents the set of item identifiers for which you want to predict the target value.

Link copied to clipboard

The name of the column representing the target variable that you want to predict for each item in your dataset. The data type of the target variable must be numerical.

Link copied to clipboard

The name of the column indicating a point in time at which the target value of a given item is recorded.

Functions

Link copied to clipboard
inline fun copy(block: TimeSeriesConfig.Builder.() -> Unit = {}): TimeSeriesConfig
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String