File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments