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#
Defines the run mode for AutoML. |
Predictive Query#
The Kumo predictive query is a declarative syntax for describing a machine learning task. |
Configuration parameters that define the construction of a Kumo training table from a predictive query. |
|
Configuration parameters that define the construction of a Kumo prediction table from a predictive query. |
Training Table#
A representation of an ongoing training table generation job in the Kumo platform. |
|
A training table in the Kumo platform. |
Prediction Table#
A representation of an ongoing prediction table generation job in the Kumo platform. |
|
A prediction table in the Kumo platform. |