com.eignex.kumulant/stat/regression/glm/Penalty/L1 L1 @Serializable@SerialName(value = "L1")data class L1(val lambda: Double) : Penalty(source)L1 / Lasso: drives sparsity in the fitted weights. Constructors L1 constructor(lambda: Double)(source) Properties lambda val lambda: Double(source)Regularisation strength. On this pageConstructorsL1Propertieslambda