Dataset¶ A dataset is used as input to machine learning models. Type parameters: Name Upper Bound Description Default I Any? The type of the input data. - O Any? The type of the output data. - Inheritors: ImageDataset TabularDataset TimeSeriesDataset Stub code in Dataset.sdsstub 9class Dataset<out I, out O>