8000 Use pandas to parse the fetched the example dataset. · thomasjpfan/scikit-learn@180ee0e · GitHub
[go: up one dir, main page]

Skip to content

Commit 180ee0e

Browse files
ogriselglemaitre
andauthored
Use pandas to parse the fetched the example dataset.
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
1 parent 6377419 commit 180ee0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/preprocessing/plot_target_encoder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# be a reviewer:
2424
from sklearn.datasets import fetch_openml
2525

26-
wine_reviews = fetch_openml(data_id=42074, as_frame=True, parser="liac-arff")
26+
wine_reviews = fetch_openml(data_id=42074, as_frame=True, parser="pandas")
2727

2828
df = wine_reviews.frame
2929
df.head()

0 commit comments

Comments
 (0)
0