Skip to content

Commit 19a9e48

Browse files
committed
[sklearn] Add missing global configs
1 parent fc04144 commit 19a9e48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

stubs/sklearn/_config.pyi

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ def set_config(
1616
enable_cython_pairwise_dist: None | bool = None,
1717
array_api_dispatch: None | bool = None,
1818
transform_output: None | str = None,
19+
enable_metadata_routing: None | bool = None,
20+
skip_parameter_validation: None | bool = None,
1921
) -> None: ...
2022
def config_context(
2123
*,
@@ -27,4 +29,6 @@ def config_context(
2729
enable_cython_pairwise_dist: None | bool = None,
2830
array_api_dispatch: None | bool = None,
2931
transform_output: None | str = None,
32+
enable_metadata_routing: None | bool = None,
33+
skip_parameter_validation: None | bool = None,
3034
) -> Iterator[None]: ...

0 commit comments

Comments
 (0)