Skip to content

Commit

Permalink
Revert numerical test changes...
Browse files Browse the repository at this point in the history
  • Loading branch information
nnansters committed Jan 10, 2025
1 parent 7fb4939 commit 9a8dcfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/performance_estimation/CBPE/test_cbpe.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]),
Expand Down
2 changes: 1 addition & 1 deletion tests/performance_estimation/CBPE/test_cbpe_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 9a8dcfc

Please sign in to comment.