Skip to content

Commit 536d584

Browse files
author
SebastienMelo
committed
fix on real/continuous precision
1 parent 8b79bc0 commit 536d584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python_scripts/03_categorical_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
# ## Identify categorical variables
3434
#
3535
# 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
36+
# quantity represented by a continuous or integer number. These variables can be
3737
# naturally handled by machine learning algorithms that are typically composed
3838
# of a sequence of arithmetic instructions such as additions and
3939
# multiplications.

0 commit comments

Comments
 (0)