We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59c8909 commit 1a8d2daCopy full SHA for 1a8d2da
test/Microsoft.ML.Functional.Tests/Prediction.cs
@@ -74,7 +74,6 @@ public void ReconfigurablePrediction()
74
public void ReconfigurablePredictionNoPipeline()
75
{
76
var mlContext = new MLContext(seed: 1);
77
-
78
var data = mlContext.Data.LoadFromEnumerable(TypeTestData.GenerateDataset());
79
var pipeline = mlContext.BinaryClassification.Trainers.LbfgsLogisticRegression(
80
new Trainers.LbfgsLogisticRegressionBinaryTrainer.Options { NumberOfThreads = 1 });
0 commit comments