2 writes to Predictor
Microsoft.ML.Data (2)
Scorers\FeatureContributionCalculation.cs (2)
133
Predictor
= predictor;
152
ctx.LoadModel<IFeatureContributionMapper, SignatureLoadModel>(env, out
Predictor
, ModelFileUtils.DirPredictor);
9 references to Predictor
Microsoft.ML.Data (9)
Scorers\FeatureContributionCalculation.cs (9)
117
public PredictionKind PredictionKind =>
Predictor
.PredictionKind;
135
GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env,
Predictor
, null);
153
GenericMapper = ScoreUtils.GetSchemaBindableMapper(_env,
Predictor
, null);
166
CheckSchemaValid(env, schema,
Predictor
);
182
ctx.SaveModel(
Predictor
, ModelFileUtils.DirPredictor);
226
Contracts.AssertValue(
Predictor
);
229
var map =
Predictor
.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount, _bottomContributionsCount, _normalize);
265
Contracts.AssertValue(
Predictor
);
271
var map =
Predictor
.GetFeatureContributionMapper<TSrc, VBuffer<float>>(_topContributionsCount, _bottomContributionsCount, _normalize);