Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions doc/datasets/toy_dataset.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ They can be loaded using the following functions:

.. autosummary::

load_boston
load_iris
load_diabetes
load_digits
Expand All @@ -28,8 +27,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
Expand Down
1 change: 0 additions & 1 deletion doc/modules/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ Loaders
datasets.fetch_rcv1
datasets.fetch_species_distributions
datasets.get_data_home
datasets.load_boston
datasets.load_breast_cancer
datasets.load_diabetes
datasets.load_digits
Expand Down