AzureAIProjectsModelFactory.EvalCompareReport Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Insights from the evaluation comparison.
public static Azure.AI.Projects.EvalCompareReport EvalCompareReport(System.Collections.Generic.IEnumerable<Azure.AI.Projects.EvalRunResultComparison> comparisons = default, string method = default);
static member EvalCompareReport : seq<Azure.AI.Projects.EvalRunResultComparison> * string -> Azure.AI.Projects.EvalCompareReport
Public Shared Function EvalCompareReport (Optional comparisons As IEnumerable(Of EvalRunResultComparison) = Nothing, Optional method As String = Nothing) As EvalCompareReport
Parameters
- comparisons
- IEnumerable<EvalRunResultComparison>
Comparison results for each treatment run against the baseline.
- method
- String
The statistical method used for comparison.
Returns
A new EvalCompareReport instance for mocking.