Run Evidently on Spark
How to run calculations on Spark.
Supported metrics
Code example
Run Evidently with Spark
Last updated
How to run calculations on Spark.
Last updated
from evidently.spark.engine import SparkEnginespark_report_table = Report(metrics=[
DataDriftTable()
])
spark_report_table.run(reference_data=reference, current_data=current, engine=SparkEngine)
spark_report_table.show() # OR spark_report_table.show()