5 references to logisticRegression
Microsoft.ML.Predictor.Tests (4)
TestPredictors.cs (4)
275
var binaryPredictors = new[] { TestLearners.
logisticRegression
};
276
RunOneAllTests(TestLearners.
logisticRegression
, TestDatasets.breastCancer, summary: true, digitsOfPrecision: 3);
296
var binaryPredictors = new[] { TestLearners.
logisticRegression
};
1694
new[] { TestLearners.
logisticRegression
},
Microsoft.ML.TestFramework (1)
TestCommandBase.cs (1)
912
string extraArgs = $"tr=lr{{{TestLearnersBase.
logisticRegression
.Trainer.SubComponentSettings}}} strat=Strat threads- norm=Warn";