We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eb1ed commit 3efe412Copy full SHA for 3efe412
docs/samples/Microsoft.ML.AutoML.Samples/DataStructures/SentimentPrediction.cs
@@ -9,10 +9,6 @@ public class SentimentPrediction
9
[ColumnName("PredictedLabel")]
10
public bool Prediction { get; set; }
11
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
-
16
public float Score { get; set; }
17
}
18
0 commit comments