equinor / graphite-maps

Graph informed triangular ensemble-to-posterior maps
GNU General Public License v3.0
1 stars 0 forks source link

Scale responses to ensure stable lasso computations #3

Closed Blunde1 closed 1 year ago

Blunde1 commented 1 year ago

The LASSO algorithm gets "thrown off" when y is unscaled. Thus, learn $\tilde{y}=\sigma_y^{-1}(y-\mu_y)$ instead when learning sparse coefficients $\tilde{\beta_j}$, and then add rescaled coefficients $\sigmay \sigma{x_j}^{-1} \tilde{\beta}j$ into $H{j}$ corresponding row of $y$.