From db51347ced7fafdcb9e009571d7f902c31c7a427 Mon Sep 17 00:00:00 2001 From: maikia Date: Tue, 26 May 2020 09:16:57 +0200 Subject: [PATCH] remove boston from datasets/index.rst --- doc/datasets/index.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/datasets/index.rst b/doc/datasets/index.rst index 88ae88d7a3151..93aa73c0cade0 100644 --- a/doc/datasets/index.rst +++ b/doc/datasets/index.rst @@ -73,7 +73,6 @@ They can be loaded using the following functions: :toctree: ../modules/generated/ :template: function.rst - load_boston load_iris load_diabetes load_digits @@ -85,8 +84,6 @@ These datasets are useful to quickly illustrate the behavior of the various algorithms implemented in scikit-learn. They are however often too small to be representative of real world machine learning tasks. -.. include:: ../../sklearn/datasets/descr/boston_house_prices.rst - .. include:: ../../sklearn/datasets/descr/iris.rst .. include:: ../../sklearn/datasets/descr/diabetes.rst