Interface ModelPrediction

Structure of a prediction obtained from a model.

Hierarchy

  • ModelPrediction

Properties

Properties

data: object

Raw data of the prediction returned from the MindsDB database.

explain?: object

Object containing metadata (if it exists) about the prediction.

Predicted value of the target column.

Generated using TypeDoc