File tree 1 file changed +0
-30
lines changed
docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression
1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change @@ -116,36 +116,6 @@ public static void Example()
116
116
// Distillation." <a href='https://arxiv.org/abs/1710.06169'>arXiv:1710.06169</a>."
117
117
}
118
118
119
- // Feature0
120
- //x< -0.44 => 0.131
121
- //x< -0.38 => 0.067
122
- //x< -0.32 => 0.041
123
- //x< -0.26 => -0.005
124
- //x< -0.20 => -0.035
125
- //x< -0.13 => -0.050
126
- //x< -0.07 => -0.079
127
- //x< -0.01 => -0.083
128
- //x< 0.06 => -0.079
129
- //x< 0.12 => -0.075
130
- //x< 0.18 => -0.052
131
- //x< 0.25 => -0.030
132
- //x< 0.31 => -0.002
133
- //x< 0.37 => 0.041
134
- //x< 0.44 => 0.084
135
- //x< ∞ => 0.126
136
-
137
- //Feature1
138
- //x< -0.37 => -0.255
139
- //x< -0.25 => -0.247
140
- //x< 0.00 => -0.249
141
- //x< 0.06 => 0.671
142
- //x< 0.12 => 0.743
143
- //x< 0.24 => 0.746
144
- //x< 0.31 => -0.143
145
- //x< 0.37 => -0.245
146
- //x< 0.43 => -0.261
147
- //x< ∞ => -0.257
148
-
149
119
private class Data
150
120
{
151
121
public float Label { get ; set ; }
You can’t perform that action at this time.
0 commit comments