-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
#FIXME Benni und Flo #2
Comments
|
Pls update the list here, I am still working on new versions |
Data sets where I cannot do anything, usually because they are "invalid" on OML, I will exclude with comments in the oml unit test file in farff |
c(579,585, 581) These work now |
dids = setdiff(dids, c(1058)) This should work now |
292 is in sparse format, I cannot handle this yet. |
dids = setdiff(dids, c(1092, 1095)) I reported this on the server, faulty ARFF IMHO EDIT: Fixed on OML server and can be parsed correctly now. |
dids = setdiff(dids, c(374, 376, 379, 380)) I reported this on the server, faulty ARFF IMHO EDIT: Fixed on OML server and can be parsed correctly now, but only with data.reader = 'readr'. |
dids = setdiff(dids, c(676)) I reported this on the server, faulty ARFF IMHO EDIT: Fixed on OML server and can be parsed correctly now. |
can you please give feedback whether this is now all done? |
please retest from your side with the latest version |
Ok, checked back: Not yet working for me: # FIXME: dat sets which text features and special chars, they are not stored as UTF8 on OML
dids = setdiff(dids, c(374, 376, 379, 380))
# Should't this work by now? I even explicitly included
# d1 = readARFF(path, data.reader = "readr")
# and (not possible yet):
# FIXME: dat set of form {0 entry1, 1 entry2, 2 entry3, 4 entry5}
# Where 0,1,2,4... is the column number.
# dat set with according column number in front of entry,
# if colnumber not in '{}' tags
# then fill with 0 (that is what RWeka does)
dids = setdiff(dids, c(292))
´´´ |
Additionally found new errors (extended search range): # If data lines do not end in \r\n an extra line of NA's is added
# Happens at end of 1028, 1030; Every second line of 1059, 1064
did2s = setdiff(did2s, c(1028, 1030, 1059, 1064))
´´´ |
This is already in my unit tests? Please paste what happens here, with readr. |
292: Please dont refer to that again, like i said, it is sparse, I cannot handle that now, and we have an extra issue for that |
Can you please also simply run the whole unit tests on your machine? |
dids = setdiff(dids, c(374, 376, 379, 380))
# Works now, no idea what the error was before. I'll reply when I can reproduce. 292: noted. |
All but 292 (sparse format) runs fine. Closing 🎉 |
The text was updated successfully, but these errors were encountered: