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.
1 parent fc04144 commit 19a9e48Copy full SHA for 19a9e48
stubs/sklearn/_config.pyi
@@ -16,6 +16,8 @@ def set_config(
16
enable_cython_pairwise_dist: None | bool = None,
17
array_api_dispatch: None | bool = None,
18
transform_output: None | str = None,
19
+ enable_metadata_routing: None | bool = None,
20
+ skip_parameter_validation: None | bool = None,
21
) -> None: ...
22
def config_context(
23
*,
@@ -27,4 +29,6 @@ def config_context(
27
29
28
30
31
32
33
34
) -> Iterator[None]: ...
0 commit comments