whylogs.experimental.performance_estimation.estimation_results#

Module Contents#

Classes#

EstimationResult

The result of a performance estimation.

EstimationResultWriter

Attributes#

whylogs.experimental.performance_estimation.estimation_results.logger#
class whylogs.experimental.performance_estimation.estimation_results.EstimationResult(accuracy: Optional[float] = None, reference_partition_id: Optional[str] = None, reference_result_timestamp: Optional[datetime.datetime] = None, target_result_timestamp: Optional[datetime.datetime] = None)#

The result of a performance estimation. accuracy: The estimated accuracy. reference_partition_id: The partition id of the reference result set. reference_result_timestamp: The timestamp of the reference result set.

Parameters
writer(name: str = 'whylabs') EstimationResultWriter#
Parameters

name (str) –

Return type

EstimationResultWriter

class whylogs.experimental.performance_estimation.estimation_results.EstimationResultWriter(results: EstimationResult, writer: whylogs.api.writer.Writer)#
Parameters
write(**kwargs: Any) None#
Parameters

kwargs (Any) –

Return type

None