github evidentlyai/evidently v0.1.43.dev0
QualityMetricsOptions

latest releases: v0.4.19, v0.4.18, v0.4.17...
pre-release2 years ago

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

Don't miss a new evidently release

NewReleases is sending notifications on new releases.