8000 Fixed feature mapping typo (#25934) · Veghit/scikit-learn@5a46b9f · GitHub
[go: up one dir, main page]

Skip to content 8000

Commit 5a46b9f

Browse files
futurewarningItay
authored andcommitted
Fixed feature mapping typo (scikit-learn#25934)
1 parent db0e683 commit 5a46b9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/preprocessing/plot_all_scaling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969

7070
feature_mapping = {
7171
"MedInc": "Median income in block",
72-
"HousAge": "Median house age in block",
72+
"HouseAge": "Median house age in block",
7373
"AveRooms": "Average number of rooms",
7474
"AveBedrms": "Average number of bedrooms",
7575
"Population": "Block population",

0 commit comments

Comments
 (0)
0