diff --git a/tests/performance_estimation/CBPE/test_cbpe.py b/tests/performance_estimation/CBPE/test_cbpe.py index 9f5cb700..7f720b24 100644 --- a/tests/performance_estimation/CBPE/test_cbpe.py +++ b/tests/performance_estimation/CBPE/test_cbpe.py @@ -557,7 +557,7 @@ def test_cbpe_for_binary_classification_chunked_by_size_should_include_constant_ @pytest.mark.parametrize( "metric, sampling_error", [ - ("roc_auc", [0.001819, 0.001043, 0.001046, 0.001046, 0.040489]), + ("roc_auc", [0.001819, 0.001043, 0.001046, 0.001046, 0.040571]), ("f1", [0.007585, 0.004348, 0.004360, 0.004362, 0.168798]), ("precision", [0.003777, 0.002165, 0.002171, 0.002172, 0.084046]), ("recall", [0.006578, 0.003770, 0.003781, 0.003783, 0.146378]), diff --git a/tests/performance_estimation/CBPE/test_cbpe_metrics.py b/tests/performance_estimation/CBPE/test_cbpe_metrics.py index 93a7339c..da35f6ee 100644 --- a/tests/performance_estimation/CBPE/test_cbpe_metrics.py +++ b/tests/performance_estimation/CBPE/test_cbpe_metrics.py @@ -3342,7 +3342,7 @@ def test_cbpe_for_binary_classification_with_timestamps(calculator_opts, expecte "estimated_accuracy": [0.6967957612985849, 0.6305270354546132], "estimated_average_precision": [ 0.7812296449871846, - 0.6907845497417768, + 0.690772335696266, ], "estimated_business_value": [ 1.7964098918968543,