kumoai.pquery.PredictionTableGenerationPlan#

class kumoai.pquery.PredictionTableGenerationPlan[source]#

Configuration parameters that define the construction of a Kumo prediction table from a predictive query.

Variables:

anchor_time – (int | "inferred" | datetime.datetime) The time that a prediction horizon start time of “zero” refers to. If not set, will be inferred to be the latest timestamp in the target fact table. Note that this value can either be provided as an integer, representing the number of nanoseconds from the Unix epoch, or as a datetime.datetime object (default: "inferred"). Supported Task Types: Temporal