cvxgrp / strat_models

A distributed method for fitting Laplacian regularized stratified models.
Apache License 2.0
25 stars 8 forks source link

L2_Reg #5

Closed xhulianoThe1 closed 2 years ago

xhulianoThe1 commented 2 years ago

In regularizers.py I notice that the evaluate function for the L2 regularization (line 156) takes the L2 norm but doesn't square it. Wondering why?