Abstract
Abstract
adjustPartially adjusts this model with the given options.
Name of the model.
Project the model belongs to.
Optional
options: AdjustOptionsOptions to use when adjusting the model.
Abstract
batchQueries this model for a batch prediction by joining with another data source.
Name of the model.
Column that the model predicts.
Project the model belongs to.
Options to use when querying the model.
Abstract
deleteAbstract
describeDescribes the features of this model.
Name of the model.
Project the model belongs to.
Optional
unique_id: stringOptional unique id to filter the accuracy by.
Abstract
describeDescribes the features of this model.
Name of the model.
Project the model belongs to.
Abstract
getAbstract
getAbstract
queryQueries this model for a single prediction. For batch predictions, use batchQuery.
Name of the model.
Column that the model predicts.
Project the model belongs to.
Options to use when querying the model.
Abstract
retrainRerains this model with the given options.
Name of the model.
Column for the model to predict.
Project the model belongs to.
Optional
options: TrainingOptionsOptions to use when retraining the model.
Abstract
trainTrains this model with the given options.
Name of the model.
Column for the model to predict.
Project the model belongs to.
Options to use when training the model.
Generated using TypeDoc
Abstract class outlining Model API operations supported by the SDK.