google_api_prediction v0.0.1 GoogleApi.Prediction.V16.Model.AnalyzeModelDescription View Source
Description of the model.
Attributes
- confusionMatrix (Map[String, Map[String, String]]): An output confusion matrix. This shows an estimate for how this model will do in predictions. This is first indexed by the true class label. For each true class label, this provides a pair {predicted_label, count}, where count is the estimated number of times the model will predict the predicted label given the true label. Will not output if more then 100 classes (Categorical models only). Defaults to:
null
. - confusionMatrixRowTotals (Map[String, String]): A list of the confusion matrix row totals. Defaults to:
null
. - modelinfo (Insert2): Basic information about the model. Defaults to:
null
.