Skip to content

Commit 39b6bb5

Browse files
authored
Fix minor typo in datasets_california_housing.py (#803)
1 parent f214cf2 commit 39b6bb5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

python_scripts/datasets_california_housing.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@
106106
# huge difference. It confirms the intuitions that there are a couple of extreme
107107
# values.
108108
#
109-
# Up to know, we discarded the longitude and latitude that carry geographical
110-
# information. In short, the combination of this feature could help us to decide
111-
# if there are locations associated with high-valued houses. Indeed, we could
109+
# Up to now, we discarded the longitude and latitude that carry geographical
110+
# information. In short, the combination of these features could help us decide
111+
# if there are locations associated with high-value houses. Indeed, we could
112112
# make a scatter plot where the x- and y-axis would be the latitude and
113113
# longitude and the circle size and color would be linked with the house value
114114
# in the district.

0 commit comments

Comments
 (0)