Interface: LiftCurveOptions
Defined in: ml/charts.ts:678
Properties
baselineColor?
ts
optional baselineColor?: string;Defined in: ml/charts.ts:685
Colour of the random-baseline reference.
color?
ts
optional color?: string;Defined in: ml/charts.ts:683
labels
ts
labels: ArrayLike<number>;Defined in: ml/charts.ts:680
mode?
ts
optional mode?: "gain" | "lift";Defined in: ml/charts.ts:682
"gain" (default) plots cumulative gain; "lift" plots the ratio over random.
name?
ts
optional name?: string;Defined in: ml/charts.ts:687
renderType?
ts
optional renderType?: RenderType;Defined in: ml/charts.ts:688
scores
ts
scores: ArrayLike<number>;Defined in: ml/charts.ts:679
width?
ts
optional width?: number;Defined in: ml/charts.ts:686