Skip to content

Graphorin API reference v0.1.0


Graphorin API reference / @graphorin/evals / / detectRegressions

Function: detectRegressions()

ts
function detectRegressions<I, O>(
   current, 
   baseline, 
options?): RegressionReport<I, O>;

Defined in: evals/src/regression.ts:25

Detect regressions between current and baseline reports.

Type Parameters

Type Parameter
I
O

Parameters

ParameterType
currentEvalReport&lt;I, O&gt;
baselineEvalReport&lt;I, O&gt;
optionsRegressionOptions

Returns

RegressionReport&lt;I, O&gt;

Stable