dataeval.outputs.SufficiencyOutput¶
- class dataeval.outputs.SufficiencyOutput¶
Output class for
Sufficiencyworkflow.- measures¶
Average of values observed for each sample size step for each measure
- Type:¶
Dict[str, NDArray]
- n_iter¶
Number of iterations to perform in the basin-hopping curve-fit process
- Type:¶
int, default 1000
-
inv_project(targets, n_iter=
None)¶ Calculate training samples needed to achieve target model metric values.
-
plot(class_names=
None)¶ Plotting function for data sufficience tasks.
- Parameters:¶
- class_names : Sequence[str] | None, default None¶
List of class names
- Returns:¶
List of Figures for each measure
- Return type:¶
list[Figure]
- Raises:¶
ValueError – If the length of data points in the measures do not match
Notes
This method requires matplotlib to be installed.
- project(projection)¶
Projects the measures for each step.