On Sun, Jan 3, 2016 at 6:25 AM, Guoqiang Lan, Mr <[email protected]> wrote: > But it seem to be not possible to define such a constrained coefficient > matrix in "sklearn". Am I right?
indeed. You'll need to recode. sklearn lasso only works with in memory ndarray or sparse matrices. A ------------------------------------------------------------------------------ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
