Skip to content

QualityMetricsOptions

Pre-release
Pre-release
Compare
Choose a tag to compare
@emeli-dral emeli-dral released this 31 Jan 20:11

Analyzers Refactoring: analyzer result became a structured object instead of a dictionary for all Analyzers

The following Quality Metrics Options are added:

  • conf_interval_n_sigmas (the width of confidence intervals ): int = DEFAULT_CONF_INTERVAL_SIZE
  • classification_treshold (the threshold for true labels): float = DEFAULT_CLASSIFICATION_TRESHOLD
  • cut_quantile (cut the data by right, left and two-sided quantiles): Union[None, Tuple[str, float], Dict[str, Tuple[str, float]]] = None