Skip to content

Commit 3efe412

Browse files
committed
remove potentially unpopulated 'Probability' from Sentiment schema
1 parent e3eb1ed commit 3efe412

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/samples/Microsoft.ML.AutoML.Samples/DataStructures/SentimentPrediction.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ public class SentimentPrediction
99
[ColumnName("PredictedLabel")]
1010
public bool Prediction { get; set; }
1111

12-
// No need to specify ColumnName attribute, because the field
13-
// name "Probability" is the column name we want.
14-
public float Probability { get; set; }
15-
1612
public float Score { get; set; }
1713
}
1814
}

0 commit comments

Comments
 (0)