On Tue, Oct 18, 2011 at 7:49 PM, Alexandre Gramfort <[email protected]> wrote: > could you open an issue with a small test script with one X and y that > produce a different result using both implementations?
Here it is: https://github.com/scikit-learn/scikit-learn/issues/403 I notice that when it fails, the support of the orthogonal_mp solutions is "almost" correct. For example, in the issue, the support is missing one index. It is like if orthogonal_mp is exiting the loop one iteration too soon. Alejandro. ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity and more. Splunk takes this data and makes sense of it. Business sense. IT sense. Common sense. http://p.sf.net/sfu/splunk-d2d-oct _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
