Skip to content
Merged
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
4 changes: 2 additions & 2 deletions sklearn/datasets/_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1120,7 +1120,7 @@ def load_linnerud(*, return_X_y=False, as_frame=False):
dataset unless the purpose of the code is to study and educate about
ethical issues in data science and machine learning.

In this case special case, you can fetch the dataset from the original
In this special case, you can fetch the dataset from the original
source::

import pandas as pd
Expand Down Expand Up @@ -1177,7 +1177,7 @@ def load_boston(*, return_X_y=False):
this dataset unless the purpose of the code is to study and educate
about ethical issues in data science and machine learning.

In this case special case, you can fetch the dataset from the original
In this special case, you can fetch the dataset from the original
source::

import pandas as pd # doctest: +SKIP
Expand Down