Skip to content

Commit

Permalink
Doc: Add constant column for LSVM normalization
Browse files Browse the repository at this point in the history
Pivotal Tracker: #62182584
  • Loading branch information
Feng, Xixuan (Aaron) committed Mar 7, 2014
1 parent 6d34248 commit e8bf128
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion methods/kernel_machines/src/pg_gp/online_sv.sql_in
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ lsvm_classification( input_table,
Note that, as any gradient descent methods, IGD will converge with a greater
eta (stepsize), thus faster, if the input training data is well-conditioned.
We highly recommend user to perform data preparation, such that the mean value
of each feature column is 0 and standard error is 1. We plan to provide a
of each feature column is 0 and standard error is 1, and append an extra
feature with constant value 1 for intercept term. We plan to provide a
function for this when this module graduates from early stage development.

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

0 comments on commit e8bf128

Please sign in to comment.