Hi Scikit-learn developers, I just removed a non-ASCII character from truncated_svd.py, because it was crashing a certain version of IPython when displaying the help.
UTF-8 characters are not very pleasant to work with, as only a fraction of the world knows how to type them (that fraction depends on the corresponding character). I notice that they have creeped in a bunch of our files. I'll try to remove them (if I find time). I believe that we should really never set the encoding of our source files, and stick to plain ASCII. Cheers, Gaƫl ------------------------------------------------------------------------------ Introducing Performance Central, a new site from SourceForge and AppDynamics. Performance Central is your source for news, insights, analysis and resources for efficient Application Performance Management. Visit us today! http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk _______________________________________________ Scikit-learn-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/scikit-learn-general
