File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ deselected_tests:
3838 - neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[brute-nn_model0]
3939 - neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[kd_tree-nn_model0]
4040 - neighbors/tests/test_neighbors.py::test_neighbor_classifiers_loocv[auto-nn_model0]
41+ # sklearn 1.7 unsupported features
42+ - tests/test_common.py::test_estimators[LinearRegression()-check_sample_weight_equivalence_on_dense_data]
4143
4244 # Array API support
4345 # numpy.array_api was experimental and its use in sklearn was not official
@@ -366,6 +368,8 @@ deselected_tests:
366368 - tests/test_common.py::test_estimators[LogisticRegressionCV(cv=3,max_iter=5)-check_sample_weight_equivalence_on_dense_data]
367369 - ensemble/tests/test_bagging.py::test_estimators_samples >=1.0,<1.1
368370 - ensemble/tests/test_voting.py::test_sample_weight >=1.0,<1.1
371+ - tests/test_multioutput.py::test_multiclass_multioutput_estimator_predict_proba
372+ - model_selection/tests/test_search.py::test_search_cv_sample_weight_equivalence[estimator0]
369373
370374 # Scikit-learn does not constraint multinomial logistic intercepts to sum to zero.
371375 # Softmax function is invariant to additions by a constant, so even though the numbers
520524
521525 # Deselection for Scikit-Learn 1.4 GPU conformance
522526 - model_selection/tests/test_validation.py::test_learning_curve_some_failing_fits_warning >=1.4
527+
528+ # Deselection for Scikit-Learn 1.5 GPU conformance (kd-tree knn not implemented for GPU)
529+ - neighbors/tests/test_neighbors.py::test_neighbors_metrics[float64-42-l2]
You can’t perform that action at this time.
0 commit comments