10 references to Error
Microsoft.ML.Data (7)
Dirty\PredictorUtils.cs (7)
31ch.Error("'{0}' does not support saving summary", predictor.GetType().Name); 56ch.Error("'{0}' doesn't currently have standardized text format for /mt, will save model summary instead", 63ch.Error("'{0}' doesn't currently have standardized text format for /mt", predictor.GetType().Name); 76ch.Error("'{0}' doesn't currently have standardized binary format for /mb", predictor.GetType().Name); 103ch.Error("'{0}' doesn't currently have standardized INI format output, will save model summary instead", 110ch.Error("'{0}' doesn't currently have standardized INI format output", predictor.GetType().Name); 130ch.Error("'{0}' doesn't currently support saving the model as code", predictor.GetType().Name);
Microsoft.ML.EntryPoints (1)
FeatureCombiner.cs (1)
193ch.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)
123ch.Error("Unknown command: '{0}'", kind);
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
737_ch.Error("Cannot convert BigInteger to RowId. Exception : '{0}'", ex.Message);