2 references to SdcaLogisticRegression
Microsoft.ML.Tests (2)
TrainerEstimators\TreeEnsembleFeaturizerTest.cs (2)
294/// 3. The feature produced in step 2 would be fed into <see cref="SdcaLogisticRegression"/> to enhance the training accuracy of that linear model. 295/// 4. We train another <see cref="SdcaLogisticRegression"/> without features from trees and finally compare their scores.