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

Skip to content

Commit c7b2af8

Browse files
dmallia17glemaitre
authored andcommitted
DOC Correct dataframe shape in fetch_covtype documentation (#19288)
1 parent 5d797cd commit c7b2af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sklearn/datasets/_covtype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ def fetch_covtype(*, data_home=None, download_if_missing=True,
120120
Each value corresponds to one of
121121
the 7 forest covertypes with values
122122
ranging between 1 to 7.
123-
frame : dataframe of shape (581012, 53)
123+
frame : dataframe of shape (581012, 55)
124124
Only present when `as_frame=True`. Contains `data` and `target`.
125125
DESCR : str
126126
Description of the forest covertype dataset.

0 commit comments

Comments
 (0)