Skip to content

Commit 3eec320

Browse files
author
Qian, Hai
committed
More clarification on coef_all and coef_nonzero
1 parent 9a0a772 commit 3eec320

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ports/postgres/modules/elastic_net/elastic_net.sql_in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ elastic_net_predict(
293293
<DT>regress_family</DT>
294294
<DD>TEXT. The type of regression, either 'gaussian' ('linear') or 'binomal' ('logistic').</DD>
295295
<DT>coefficients</DT>
296-
<DD>DOUBLE PRECISION[]. Fitting coefficients.</DD>
296+
<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>
297297
<DT>intercept</DT>
298298
<DD>The intercept for the model.</DD>
299299
<DT>ind_var</DT>

0 commit comments

Comments
 (0)