File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 110110print (digits .DESCR )
111111
112112# %% [markdown]
113- # If we read carefully, 13 writers wrote the digits of our dataset, accounting
114- # for a total amount of 1797 samples. Thus, a writer wrote several times the
115- # same numbers. Let's suppose that the writer samples are grouped. Subsequently,
113+ # If we read carefully, `load_digits` loads a copy of the **test set** of the
114+ # UCI ML hand-written digits dataset, which consists of 1797 images by
115+ # **13 different writers**. Thus, each writer wrote several times the same
116+ # numbers. Let's suppose the dataset is ordered by writer. Subsequently,
116117# not shuffling the data will keep all writer samples together either in the
117118# training or the testing sets. Mixing the data will break this structure, and
118119# therefore digits written by the same writer will be available in both the
You can’t perform that action at this time.
0 commit comments