We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
at least data.table can read from a string. this should be much faster.
whether this is done or not (mem or temp.file) should be an option. maybe readARFF(tmp.file = NULL) should mean: preproc into mem
The text was updated successfully, but these errors were encountered:
implemented, but buggy. I will remove it from the unit tests now
Sorry, something went wrong.
this was a stupid idea, datatable writes the string always to disk :(
No branches or pull requests
at least data.table can read from a string. this should be much faster.
whether this is done or not (mem or temp.file) should be an option.
maybe readARFF(tmp.file = NULL) should mean: preproc into mem
The text was updated successfully, but these errors were encountered: