29 references to Regression
Microsoft.ML.Data (2)
DataLoadSave\TransformerChain.cs (1)
311
else if (predictor.PredictionKind == PredictionKind.
Regression
)
Scorers\SchemaBindablePredictorWrapper.cs (1)
368
case PredictionKind.
Regression
:
Microsoft.ML.Ensemble (7)
PipelineEnsemble.cs (1)
241
return PredictionKind.
Regression
;
Selector\SubModelSelector\BaseSubModelSelector.cs (2)
63
case PredictionKind.
Regression
:
118
case PredictionKind.
Regression
:
Selector\SubModelSelector\BestDiverseSelectorRegression.cs (1)
46
protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Selector\SubModelSelector\BestPerformanceRegressionSelector.cs (1)
51
protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Trainer\Regression\RegressionEnsembleTrainer.cs (2)
73
Host.CheckParam(predictionKind == PredictionKind.
Regression
, nameof(PredictionKind));
76
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Microsoft.ML.EntryPoints (1)
PermutationFeatureImportance.cs (1)
72
else if (predictor.PredictionKind == PredictionKind.
Regression
)
Microsoft.ML.FastTree (12)
FastTreeRegression.cs (2)
73
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
525
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
FastTreeTweedie.cs (2)
75
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
561
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
GamModelParameters.cs (1)
904
case PredictionKind.
Regression
:
GamRegression.cs (2)
75
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
150
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
RandomForestRegression.cs (2)
216
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
310
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
TreeEnsemble\TreeEnsembleCombiner.cs (3)
27
case PredictionKind.
Regression
:
33
$"{nameof(PredictionKind.
Regression
)} or {nameof(PredictionKind.Ranking)}");
109
case PredictionKind.
Regression
:
Microsoft.ML.LightGbm (2)
LightGbmRegressionTrainer.cs (2)
52
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
115
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Microsoft.ML.Mkl.Components (1)
OlsLinearRegression.cs (1)
110
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Microsoft.ML.StandardTrainers (4)
Standard\LinearModelParameters.cs (1)
586
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Standard\Online\OnlineGradientDescent.cs (1)
166
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Standard\PoissonRegression\PoissonRegression.cs (1)
111
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;
Standard\SdcaRegression.cs (1)
98
private protected override PredictionKind PredictionKind => PredictionKind.
Regression
;