MLJLinearModels.jl
MLJLinearModels.jl copied to clipboard
multiobjective OLS
a la http://www.seas.ucla.edu/~vandenbe/133A/lectures/mols.pdf
probably just a matter of adding a dispatch for y::AbstractMatrix and stacking the columns
but first wanted to see if there is receptiveness to making multiobjective OLS part of the API before putting in any work for an implementation