We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
_get_namespace_device_dtype_ids
1 parent 5943ab2 commit 7131d94Copy full SHA for 7131d94
sklearn/utils/_array_api.py
@@ -60,6 +60,8 @@ def yield_namespace_device_dtype_combinations(include_numpy_namespaces=True):
60
"""Yield supported namespace, device, dtype tuples for testing.
61
62
Use this to test that an estimator works with all combinations.
63
+ Use in conjunction with `ids=_get_namespace_device_dtype_ids` to give
64
+ clearer pytest parametrization ID names.
65
66
Parameters
67
----------
0 commit comments