Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
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
7 changes: 7 additions & 0 deletions sklearn/tests/test_metaestimators_metadata_routing.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down