This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ivan.K
Recipients Ivan.K, davin, sbt
Date 2015-05-09.09:27:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431163671.12.0.275424260616.issue21162@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, forget to answer.

I think I know the reason.

Issue I think placed inside ATLAS library.
Issue not reproducable on Mac OS X because it's have a bit different thread model.

The only single platform is Linux (not tested on Windows btw). So main guess right now that this code fail if scikit-learn are compiled against a singlethread ATLAS. Then paralleling code brokes.

However there is very few information regarding how to build it with Multithreaded ATLAS so I'm still not 100% confident.
History
Date User Action Args
2015-05-09 09:27:51Ivan.Ksetrecipients: + Ivan.K, sbt, davin
2015-05-09 09:27:51Ivan.Ksetmessageid: <1431163671.12.0.275424260616.issue21162@psf.upfronthosting.co.za>
2015-05-09 09:27:51Ivan.Klinkissue21162 messages
2015-05-09 09:27:50Ivan.Kcreate