madeleineudell / LowRankModels.jl

LowRankModels.jl is a julia package for modeling and fitting generalized low rank models.
Other
190 stars 65 forks source link

Combine regularizers #107

Open david-vicente opened 4 years ago

david-vicente commented 4 years ago

Imagine that I want to regularize the same column more than once, with different regularizers. For example, if I wanted to perform Non negative matrix factorization with quadratic regularization I would have to use NonNegConstraint and QuadReg for every column of X and every column of Y. Right now that is not possible. Would it be very hard to implement it?