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!