Skip to content
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

currently we cannot parse multi-instance data #20

Open
giuseppec opened this issue Jan 19, 2016 · 2 comments
Open

currently we cannot parse multi-instance data #20

giuseppec opened this issue Jan 19, 2016 · 2 comments

Comments

@giuseppec
Copy link
Collaborator

OpenML dataset with ID 1438 has multi-instance observation. In arff files this is denoted by a 'relational' variable-type which is currently not supported by any arff reader in R.
The header looks like:

 @attribute bag relational 
    @attribute y numeric 
    @attribute x numeric 
    @attribute z numeric 
@end bag 

see also openml/OpenML#230

@berndbischl
Copy link
Member

We currently throw an informative error. This is non-critical and can be extended later.

@berndbischl
Copy link
Member

and that we throw that informative msg is for now unit tested, and we have doced this in readARFF. We are good for now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants