Skip to content

Internalize Microsoft.ML.Data Evaluators folder. #2635

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 20, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/Microsoft.ML.Data/Evaluators/EvaluatorUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1334,7 +1334,7 @@ public static IDataView CombineFoldMetricsDataViews(IHostEnvironment env, IDataV
}
}

public static class MetricWriter
internal static class MetricWriter
{
/// <summary>
/// Get the confusion tables as strings to be printed to the Console.
Expand Down Expand Up @@ -1757,7 +1757,8 @@ public static IDataView GetNonStratifiedMetrics(IHostEnvironment env, IDataView
/// <summary>
/// This is a list of string constants denoting 'standard' metric kinds.
/// </summary>
public static class MetricKinds
[BestFriend]
internal static class MetricKinds
{
/// <summary>
/// This data view contains the confusion matrix for N-class classification. It has N rows, and each row has
Expand Down