79 references to Warning
Microsoft.ML.AutoML (2)
Experiment\Experiment.cs (2)
84
_logger.
Warning
("Main MLContext has been canceled. Ending experiment...");
105
_logger.
Warning
(e.Message);
Microsoft.ML.AutoML.Tests (1)
MLContextManagerTests.cs (1)
59
channel.
Warning
("warning");
Microsoft.ML.Core (2)
Utilities\ResourceManagerUtils.cs (2)
147
ch.
Warning
($"{i + 1} - th try: Dowload {fileName} from {url} fail with exception {ex.Message}");
186
ch.
Warning
($"File '{filePath}' could not be deleted: {e.Message}");
Microsoft.ML.Data (26)
Commands\CrossValidationCommand.cs (2)
151
ch.
Warning
("No input model file specified or model file did not contain a predictor. The model state cannot be initialized.");
511
ch.
Warning
("Trainer does not accept validation dataset.");
Commands\ScoreCommand.cs (1)
168
ch.
Warning
(nameof(ImplOptions.OutputAllColumns) + "=+ always writes all columns irrespective of " + nameof(ImplOptions.OutputColumns) + " specified.");
Commands\TrainCommand.cs (4)
146
ch.
Warning
("No input model file specified or model file did not contain a predictor. The model state cannot be initialized.");
171
ch.
Warning
("Ignoring validationFile: Trainer does not accept validation dataset.");
275
ch.
Warning
("Ignoring " + nameof(TrainCommand.Arguments.InputModelFile) +
474
ch.
Warning
("A normalizer is needed for this trainer. Either add a normalizing transform or use the 'norm=Auto', 'norm=Yes' or 'norm=No' options.");
Commands\TrainTestCommand.cs (2)
129
ch.
Warning
("No input model file specified or model file did not contain a predictor. The model state cannot be initialized.");
157
ch.
Warning
("Ignoring validationFile: Trainer does not accept validation dataset.");
DataLoadSave\Binary\BinaryLoader.cs (1)
1168
ch.
Warning
("Not adding implicit shuffle, as we did not know how to copy some types of values");
DataLoadSave\Text\TextLoader.cs (1)
1343
ch.
Warning
(
DataLoadSave\Text\TextLoaderParser.cs (1)
220
_ch.
Warning
("Suppressing further format error messages");
Evaluators\BinaryClassifierEvaluator.cs (1)
1071
ch.
Warning
("Data does not contain a probability column. Will not output the Log-loss column");
Evaluators\EvaluatorUtils.cs (1)
1746
ch.
Warning
(warning.ToString());
Model\Pfa\SavePfaCommand.cs (1)
171
ch.
Warning
("We do not know how to save the predictor as PFA. Ignoring.");
Transforms\RangeFilter.cs (2)
113
ch.
Warning
("specified min less than zero, will be ignored");
118
ch.
Warning
("specified max greater than one, will be ignored");
Transforms\ValueMapping.cs (5)
516
ch.
Warning
($"Key '{key}' in mapping file is mapped to non key value '{value}'");
522
ch.
Warning
($"Found {countNonKeys} non key values in the file '{fileName}'");
527
ch.
Warning
($"Did not find any valid key values in the file '{fileName}'");
578
ch.
Warning
("Invalid key parsed, row will be skipped.");
588
ch.
Warning
("Invalid value parsed for key {key}, row will be skipped.");
Transforms\ValueToKeyMappingTransformer.cs (2)
281
ch.
Warning
("Explicit term list specified. Data file arguments will be ignored");
505
ch.
Warning
("Map from the term data resulted in an empty map.");
Transforms\ValueToKeyMappingTransformerImpl.cs (2)
217
ch.
Warning
("Empty strings ignored in 'terms' specification");
242
ch.
Warning
("Empty strings ignored in 'term' specification");
Microsoft.ML.Ensemble (3)
OutputCombiners\BaseStacking.cs (1)
146
ch.
Warning
("The trainer specified for stacking wants normalization, but we do not currently allow this.");
Selector\SubsetSelector\BaseSubsetSelector.cs (1)
87
ch.
Warning
("Batch support is temporarily disabled");
Trainer\EnsembleTrainerBase.cs (1)
93
ch.
Warning
("The base predictor count is greater than models count. Some of the base predictors will be ignored.");
Microsoft.ML.EntryPoints (1)
JsonUtils\ExecuteGraphCommand.cs (1)
154
ch.
Warning
(msg);
Microsoft.ML.FastTree (8)
FastTree.cs (1)
1885
ch.
Warning
(featureValuesWarning);
FastTreeTweedie.cs (1)
147
ch.
Warning
("For Tweedie regression, early stopping does not yet use the Tweedie distribution.");
GamModelParameters.cs (2)
130
ch.
Warning
("GAMs models written prior to ML.NET 0.6 are loaded with an incorrect Intercept. For these models, subtract the value of the intercept from the prediction.");
893
ch.
Warning
("If you save the GAM model, only the GAM model, not the wrapping calibrator, will be saved.");
RandomForestClassification.cs (1)
231
ch.
Warning
($"oneDAL decision forest doesn't support 'FeatureFraction'[per tree] != 1.0, changing it from {FastTreeTrainerOptions.FeatureFraction} to 1.0");
RandomForestRegression.cs (1)
370
ch.
Warning
($"oneDAL decision forest doesn't support 'FeatureFraction'[per tree] != 1.0, changing it from {FastTreeTrainerOptions.FeatureFraction} to 1.0");
TreeEnsembleFeaturizer.cs (2)
636
ch.
Warning
("Both an input model and a trainer were specified. Using the model file.");
807
ch.
Warning
(
Microsoft.ML.LightGbm (1)
WrappedLightGbmTraining.cs (1)
29
ch.
Warning
("Validation dataset not present, early stopping will be disabled.");
Microsoft.ML.OnnxConverter (1)
SaveOnnxCommand.cs (1)
377
ch.
Warning
("We do not know how to save the predictor as ONNX. Ignoring.");
Microsoft.ML.Parquet (4)
PartitionedFileLoader.cs (4)
478
Ch.
Warning
($"Failed to load file {path} due to a loader exception. Moving on to the next file. Ex: {e.Message}");
522
Ch.
Warning
($"File at index {_fileOrder.Current} is missing a path. Loading of file is being skipped.");
707
Ch.
Warning
($"Path {path} did not have {dirCount} directories necessary for parsing.");
735
Ch.
Warning
($"Could not parse column values from the path {path}. Ex: {e.Message}");
Microsoft.ML.StandardTrainers (11)
FactorizationMachine\FactorizationMachineTrainer.cs (3)
453
ch.
Warning
("Training data does not support shuffling, so ignoring request to shuffle");
546
ch.
Warning
($"Skipped {badExampleCount} examples with bad label/weight/features in training set");
548
ch.
Warning
($"Skipped {validBadExampleCount} examples with bad label/weight/features in validation set");
Standard\LogisticRegression\LbfgsPredictorBase.cs (2)
277
ch.
Warning
("The training statistics cannot be computed with non-negativity constraint.");
634
ch.
Warning
("Limiting data size for multi-threading");
Standard\LogisticRegression\LogisticRegression.cs (1)
309
ch.
Warning
("The number of parameters is too large. Cannot hold the variance-covariance matrix in memory. " +
Standard\LogisticRegression\MulticlassLogisticRegression.cs (1)
301
ch.
Warning
("Training resulted in a one class predictor");
Standard\MulticlassClassification\MulticlassNaiveBayesTrainer.cs (1)
164
ch.
Warning
("Stopping training because maximum number of rows have been traversed");
Standard\MulticlassClassification\OneVersusAllTrainer.cs (1)
318
ch.
Warning
($"{nameof(OneVersusAllTrainer.Options.UseProbabilities)} specified with {nameof(OneVersusAllTrainer.Options.PredictorType)} that can't produce probabilities.");
Standard\Online\OnlineLinear.cs (1)
318
ch.
Warning
("Training data does not support shuffling, so ignoring request to shuffle");
Standard\SdcaBinary.cs (1)
252
ch.
Warning
($"The L2 regularization constant must be at least {L2LowerBound}. In SDCA, the dual formulation " +
Microsoft.ML.TimeSeries (4)
AdaptiveSingularSpectrumSequenceModeler.cs (4)
1189
ch.
Warning
(
1239
ch.
Warning
("Training cannot be completed because the input series for training does not have enough points.");
1314
ch.
Warning
("The precise SSA model cannot be trained.");
1358
ch.
Warning
("The trained model cannot be stablized.");
Microsoft.ML.Transforms (15)
GcnTransform.cs (1)
232
ch.
Warning
("subMean parameter is false while useStd is true. It is advisable to set subMean to true in case useStd is set to true.");
MissingValueReplacing.cs (1)
338
ch.
Warning
("By-slot imputation can not be done on variable-length column");
MissingValueReplacingUtils.cs (2)
462
ch.
Warning
("All values in this column are NAs, using default value for imputation");
482
ch.
Warning
("All values in this column are NAs, using default value for imputation");
OneHotHashEncoding.cs (1)
345
ch.
Warning
("Invert hashing is being used with binary encoding.");
PermutationFeatureImportance.cs (3)
99
ch.
Warning
(
131
ch.
Warning
("All features have 0 weight thus can not do thorough evaluation");
163
ch.
Warning
("Detected no examples for evaluation.");
SvmLight\SvmLightLoader.cs (1)
705
ch.
Warning
($"{missingCount} of {count + missingCount} detected keys were missing, unparsable or greater than {int.MaxValue}");
SvmLight\SvmLightSaver.cs (1)
119
ch.
Warning
($"Column {column.Name} will not be saved. SVM-light saver saves the label column, feature column, optional group column and optional weight column.");
Text\LdaTransform.cs (1)
923
ch.
Warning
($"Column '{columns[i].InputColumnName}' has skipped {rowCount - numDocArray[i]} of {rowCount} rows either empty or with negative, non-finite, or fractional values.");
Text\StopWordsRemovingTransformer.cs (2)
857
ch.
Warning
("Empty strings ignored in 'stopwords' specification");
889
ch.
Warning
("Empty rows ignored in data file");
Text\WordEmbeddingsExtractor.cs (2)
690
ch.
Warning
($"Parsing error while reading model file: '{_modelFileNameWithPath}', line number {lineNumber + skippedLinesCount}");
700
ch.
Warning
($"Dimension mismatch while reading model file: '{_modelFileNameWithPath}', line number {parsedLine.lineNumber}, expected dimension = {model.Dimension}, received dimension = {dimension}");