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