Skip to content

Commit d3b47c9

Browse files
Improve wording in definition of numerical features (#861)
1 parent 10d9a70 commit d3b47c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

python_scripts/03_categorical_pipeline.py

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@
3232
#
3333
# ## Identify categorical variables
3434
#
35-
# As we saw in the previous section, a numerical variable is a
36-
# quantity represented by a real or integer number. These variables can be
37-
# naturally handled by machine learning algorithms that are typically composed
38-
# of a sequence of arithmetic instructions such as additions and
39-
# multiplications.
35+
# As we saw in the previous section, a numerical variable is a quantity
36+
# represented by a continous or integer number. These variables can be naturally
37+
# handled by machine learning algorithms that are typically composed of a
38+
# sequence of arithmetic instructions such as additions and multiplications.
4039
#
4140
# In contrast, categorical variables have discrete values, typically
4241
# represented by string labels (but not only) taken from a finite list of

0 commit comments

Comments
 (0)