10 references to Error
Microsoft.ML.Data (7)
Dirty\PredictorUtils.cs (7)
31
ch.
Error
("'{0}' does not support saving summary", predictor.GetType().Name);
56
ch.
Error
("'{0}' doesn't currently have standardized text format for /mt, will save model summary instead",
63
ch.
Error
("'{0}' doesn't currently have standardized text format for /mt", predictor.GetType().Name);
76
ch.
Error
("'{0}' doesn't currently have standardized binary format for /mb", predictor.GetType().Name);
103
ch.
Error
("'{0}' doesn't currently have standardized INI format output, will save model summary instead",
110
ch.
Error
("'{0}' doesn't currently have standardized INI format output", predictor.GetType().Name);
130
ch.
Error
("'{0}' doesn't currently support saving the model as code", predictor.GetType().Name);
Microsoft.ML.EntryPoints (1)
FeatureCombiner.cs (1)
193
ch.
Error
("The type of column '{0}' is not valid as a training feature: {1}", col.Name, col.Type);
Microsoft.ML.Maml (1)
MAML.cs (1)
123
ch.
Error
("Unknown command: '{0}'", kind);
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
737
_ch.
Error
("Cannot convert BigInteger to RowId. Exception : '{0}'", ex.Message);