I\'m getting a new deprecation warning in an IPython notebook I wrote that I\'ve not seen before. What I\'m seeing is the following:
X,y = load_svmlight_file(\'.
You probably upgraded the numpy version, as this is a numpy 1.8.0 deprecation warning. Explained in this pull request. Continuation in this PR.
Briefly browsing the sklearn issue tracker, I haven't found any related issues. You can probably search better and file a bug report if not found.