Skip to content

Commit 3991971

Browse files
committed
more cleanup.
1 parent 1f520a2 commit 3991971

File tree

4 files changed

+0
-9
lines changed

4 files changed

+0
-9
lines changed

test/Microsoft.ML.Tests/Scenarios/HousePricePredictionTests.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,8 @@
22
// The .NET Foundation licenses this file to you under the MIT license.
33
// See the LICENSE file in the project root for more information.
44

5-
using Microsoft.ML.Models;
65
using Microsoft.ML.Runtime.Api;
76
using Microsoft.ML.TestFramework;
8-
using Microsoft.ML.Trainers;
9-
using Microsoft.ML.Transforms;
107
using Xunit;
118
using Xunit.Abstractions;
129

test/Microsoft.ML.Tests/Scenarios/HousePriceTrainAndPredictionTests.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,9 @@
44

55
using Microsoft.ML.Data;
66
using Microsoft.ML.Models;
7-
using Microsoft.ML.Runtime.Api;
8-
using Microsoft.ML.TestFramework;
97
using Microsoft.ML.Trainers;
108
using Microsoft.ML.Transforms;
11-
using System.Linq;
129
using Xunit;
13-
using Xunit.Abstractions;
1410

1511
namespace Microsoft.ML.Scenarios
1612
{

test/Microsoft.ML.Tests/Scenarios/IrisPlantClassificationTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Microsoft.ML.Runtime.Api;
88
using Microsoft.ML.Trainers;
99
using Microsoft.ML.Transforms;
10-
using System.Linq;
1110
using Xunit;
1211

1312
namespace Microsoft.ML.Scenarios

test/Microsoft.ML.Tests/Scenarios/IrisPlantClassificationWithStringLabelTests.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
using Microsoft.ML.Runtime.Api;
88
using Microsoft.ML.Trainers;
99
using Microsoft.ML.Transforms;
10-
using System.Linq;
1110
using Xunit;
1211

1312
namespace Microsoft.ML.Scenarios

0 commit comments

Comments
 (0)