-
-
Notifications
You must be signed in to change notification settings - Fork 8.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DMatrix does not parse libsvm txt format when # comment is present #4135
Comments
kkonevets
changed the title
DMatrix does not parse libsvm txt format when # comment present
DMatrix does not parse libsvm txt format when # comment is present
Feb 13, 2019
trivialfis
added a commit
to trivialfis/dmlc-core
that referenced
this issue
Mar 10, 2019
@hcho3 Could you take a look at dmlc/dmlc-core#514 ? |
@hcho3 Any update? :) |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
For example, libsvm format is this one
https://sourceforge.net/p/lemur/wiki/RankLib%20File%20Format/
When # comment is present at the end of line DMatrix crashes on loading. Error is unreadable at all
The text was updated successfully, but these errors were encountered: