Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions deselected_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,10 @@ deselected_tests:
# These fail due to not printing everything that scikit-learn prints on verbose mode
- cluster/tests/test_k_means.py::test_kmeans_verbose

# These fail due to small numerical differences that come from LogisticRegression results
- metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_display_plotting_from_cv_results
- metrics/_plot/tests/test_roc_curve_display.py::test_roc_curve_from_cv_results_legend_label

# --------------------------------------------------------
# No need to test daal4py patching
reduced_tests:
Expand Down
Loading