Skip to content

get_data rounds off REAL values #197

@joaquinvanschoren

Description

@joaquinvanschoren

If you run this:

liver = oml.datasets.get_dataset(8) # Download Liver-disorders data
X, y = liver.get_data(target=liver.default_target_attribute);
y

You'll see that all targets y are integers.
The actual target is a REAL number, and gets rounded!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions