hi vlad, thanks for raising the problem.
how about forcing the user to explicitly set fit_intercept=False and normalize=False when gram matrix and Xy are provided. If any of these is True, they are both discarded anyway. To avoid breaking backward compat I would start by raising a warning that they are discarded and in 2 releases making this mandatory. what do others think? Alex ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
