Skip to content

Commit b3b6595

Browse files
committed
clean up.
1 parent 2a5ffee commit b3b6595

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/Calibrators/FixedPlatt.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Linq;
32
using Microsoft.ML;
43

54
namespace Samples.Dynamic.Trainers.BinaryClassification.Calibrators

docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/Calibrators/Naive.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Linq;
32
using Microsoft.ML;
43

54
namespace Samples.Dynamic.Trainers.BinaryClassification.Calibrators

docs/samples/Microsoft.ML.Samples/Dynamic/Trainers/BinaryClassification/Calibrators/Platt.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using System;
2-
using System.Linq;
32
using Microsoft.ML;
43

54
namespace Samples.Dynamic.Trainers.BinaryClassification.Calibrators

0 commit comments

Comments
 (0)