Skip to content

Commit 7bc2ca7

Browse files
committed
Merge pull request scikit-learn#756 from larsmans/svmlight_fix
MRG re-allow zero-based indexes in SVMlight files
2 parents d7f86f5 + d38f4d0 commit 7bc2ca7

File tree

5 files changed

+201
-222
lines changed

5 files changed

+201
-222
lines changed

doc/whats_new.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,9 @@ API changes summary
153153
difficult to be Cythonized. If you are interested, you can look in the
154154
history codes by git.
155155

156+
- The SVMlight format loader now supports files with both zero-based and
157+
one-based column indices, since both occur "in the wild".
158+
156159
.. _changes_0_10:
157160

158161
0.10

0 commit comments

Comments
 (0)