Skip to content

Commit 8bc1781

Browse files
authored
Fixing debugging code leftovers. (#3318)
1 parent 9ca5a5a commit 8bc1781

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/Regression/GamWithOptions.cs

-30
Original file line numberDiff line numberDiff line change
@@ -116,36 +116,6 @@ public static void Example()
116116
// Distillation." <a href='https://arxiv.org/abs/1710.06169'>arXiv:1710.06169</a>."
117117
}
118118

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-
149119
private class Data
150120
{
151121
public float Label { get; set; }

0 commit comments

Comments
 (0)