Skip to content

Commit e8bf128

Browse files
author
Feng, Xixuan (Aaron)
committed
Doc: Add constant column for LSVM normalization
Pivotal Tracker: #62182584
1 parent 6d34248 commit e8bf128

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

methods/kernel_machines/src/pg_gp/online_sv.sql_in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,8 @@ lsvm_classification( input_table,
144144
Note that, as any gradient descent methods, IGD will converge with a greater
145145
eta (stepsize), thus faster, if the input training data is well-conditioned.
146146
We highly recommend user to perform data preparation, such that the mean value
147-
of each feature column is 0 and standard error is 1. We plan to provide a
147+
of each feature column is 0 and standard error is 1, and append an extra
148+
feature with constant value 1 for intercept term. We plan to provide a
148149
function for this when this module graduates from early stage development.
149150

150151
- Learn linear or non-linear SVM(s) using the method described in [1].

0 commit comments

Comments
 (0)