ml_observability_course icon indicating copy to clipboard operation
ml_observability_course copied to clipboard

fixed typo in module5/prefect_sequential_checks/sequential_checks.py under run_data_stability_test_suite

Open KavishBhatia opened this issue 7 months ago • 0 comments

fixed typo in run_data_stability_test_suite in module5/prefect_sequential_checks/sequential_checks.py TestSuite(tests=[DataQualityTestPreset()]) --> TestSuite(tests=[DataStabilityTestPreset()])

KavishBhatia avatar Dec 05 '23 10:12 KavishBhatia