kumoai.pquery#

A Kumo PredictiveQuery is a fundamental concept within the Kumo SDK; it is used to write a query predicting the future atop data represented in a Graph. Predictive queries generate training and prediction tables, which (together with a graph) can be passed to fit or predict a model.

Enums#

RunMode

Defines the run mode for AutoML.

Predictive Query#

PredictiveQuery

The Kumo predictive query is a declarative syntax for describing a machine learning task.

TrainingTableGenerationPlan

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

PredictionTableGenerationPlan

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

Training Table#

TrainingTableJob

A representation of an ongoing training table generation job in the Kumo platform.

TrainingTable

A training table in the Kumo platform.

Prediction Table#

PredictionTableJob

A representation of an ongoing prediction table generation job in the Kumo platform.

PredictionTable

A prediction table in the Kumo platform.