CuratedDatasets.load_openml_datasetMethod
load_openml_dataset(, name; kwargs...)

Returns data (X,y) of the OpenML dataset with name name (see table OML for supported datasets). The following operations will be performed:

  • Entries with missing values are dropped.
  • Coercion rules specified in OML.coercion_rules apply
  • A ContinuousEncoder is used
  • Standardization is performed according to kwargs
  • X,y are separated using unpack.