From a44df118bf2ac6e83f52dbe99b24783f61b01545 Mon Sep 17 00:00:00 2001 From: kartikeyssj Date: Fri, 27 Oct 2023 12:56:48 +0530 Subject: [PATCH] flsadjflads --- sklearn/tests/test_metaestimators_metadata_routing.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sklearn/tests/test_metaestimators_metadata_routing.py b/sklearn/tests/test_metaestimators_metadata_routing.py index 9d4583b78bc5d..6ae42fda730fd 100644 --- a/sklearn/tests/test_metaestimators_metadata_routing.py +++ b/sklearn/tests/test_metaestimators_metadata_routing.py @@ -277,6 +277,13 @@ def enable_slep006(): "cv_name": "cv", "cv_routing_methods": ["fit"], }, + { + "metaestimator": permutation_test_score, + "X": X, + "y": y, + "cv_name": "cv", + "cv_routing_methods": ["fit", "score"], + }, ] """List containing all metaestimators to be tested and their settings