From 460df518d96aca14dc9bb884e9d1afe9c2e0356d Mon Sep 17 00:00:00 2001 From: Guillaume Lemaitre Date: Fri, 13 Sep 2024 18:13:12 +0200 Subject: [PATCH] DOC add fetch_file into the API reference --- doc/api_reference.py | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/api_reference.py b/doc/api_reference.py index 239dee6ec1c19..42be5b161787f 100644 --- a/doc/api_reference.py +++ b/doc/api_reference.py @@ -240,6 +240,7 @@ def _get_submodule(module_name, submodule_name): "fetch_20newsgroups_vectorized", "fetch_california_housing", "fetch_covtype", + "fetch_file", "fetch_kddcup99", "fetch_lfw_pairs", "fetch_lfw_people",