Warnung vor Verfall im scikit-learn svmlight-Formatlader

In einem IPython-Notizbuch, das ich geschrieben habe, wird eine neue Warnung angezeigt, die ich noch nicht gesehen habe. Was ich sehe, ist das Folgende:

X,y = load_svmlight_file('./GasSensorArray/batch2.dat')
/Users/cpd/.virtualenvs/py27-ipython+pandas/lib/python2.7/site-packages/sklearn/datasets/svmlight_format.py:137: DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
return _load_svmlight_file(f, dtype, multilabel, zero_based, query_id)
/Users/cpd/.virtualenvs/py27-ipython+pandas/lib/python2.7/site-packages/sklearn/datasets/svmlight_format.py:137: DeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
return _load_svmlight_file(f, dtype, multilabel, zero_based, query_id)
...

Irgendwelche Gedanken darüber, worum es hier gehen könnte? Ich habe meine Datendatei noch einmal durchgesehen und sehe auf den ersten Blick kein offensichtliches Problem. Ich bin nicht sicher, was ich in meinem System-Setup geändert habe, das dies verursacht hätte. Ich habe v. 0.14.1 von scikit-learn installiert.