Skip to content

Commit

Permalink
More clarification on coef_all and coef_nonzero
Browse files Browse the repository at this point in the history
  • Loading branch information
Qian, Hai committed Sep 11, 2013
1 parent 9a0a772 commit 3eec320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ports/postgres/modules/elastic_net/elastic_net.sql_in
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ elastic_net_predict(
<DT>regress_family</DT>
<DD>TEXT. The type of regression, either 'gaussian' ('linear') or 'binomal' ('logistic').</DD>
<DT>coefficients</DT>
<DD>DOUBLE PRECISION[]. Fitting coefficients.</DD>
<DD>DOUBLE PRECISION[]. Fitting coefficients. If you use all the features in the following <em>ind_var</em>, then this should be <em>coef_all</em> in the fitting result table. If you use the selected features (features with non-zero coefficients) in <em>ind_var</em>, then this should be <em>coef_nonzero</em> </DD>
<DT>intercept</DT>
<DD>The intercept for the model.</DD>
<DT>ind_var</DT>
Expand Down

0 comments on commit 3eec320

Please sign in to comment.