Skip to content

Commit 78a65c2

Browse files
committed
Dispose ExperimentResult objects at the end
1 parent f5169b0 commit 78a65c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.ML.AutoML/API/ExperimentResults/CrossValidationExperimentResult.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
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 System;
56
using System.Collections.Generic;
67
using Microsoft.ML.Data;
78

0 commit comments

Comments
 (0)