nemos.regularizer.Lasso.penalized_loss# Lasso.penalized_loss(loss, regularizer_strength)[source]# Returns a function for calculating the penalized loss using Lasso regularization. Return type: Callable Parameters: loss (Callable) regularizer_strength (float)