Comment on page
evidently.suite
class Context(execution_graph: Optional[ExecutionGraph], metrics: list, tests: list, metric_results: dict, test_results: dict, state: State, renderers: RenderersDefinitions)
Bases:
object
Pipeline execution context tracks pipeline execution and lifecycle
execution_graph : Optional[ExecutionGraph]
metric_results : dict
metrics : list
state : State
test_results : dict
tests : list
Bases:
object
abstract as_dict()
json()
save_html(filename: str, mode: Union[str, SaveMode] = SaveMode.SINGLE_FILE)
save_json(filename)
show(mode='auto')
Bases:
Exception
Bases:
object
name : str
Bases:
object
Calculated = State(name='Calculated')
Init = State(name='Init')
Tested = State(name='Tested')
Verified = State(name='Verified')
Bases:
object
context : Context
run_checks()
verify()
Bases:
object
abstract get_metric_execution_iterator()
abstract get_test_execution_iterator()
Bases:
ExecutionGraph
Simple execution graph without any work with dependencies at all,
assumes that metrics already in order for execution
get_metric_execution_iterator()
get_test_execution_iterator()
Last modified 1yr ago