Package ai.djl.basicdataset.tabular
package ai.djl.basicdataset.tabular
Contains a library of built-in datasets for
Application.Tabular.-
ClassesClassDescriptionAirfoil Self-Noise Data Set from https://archive.ics.uci.edu/ml/datasets/Airfoil+Self-Noise.A builder to construct a
AirfoilRandomAccess.Ames house pricing dataset from https://www.kaggle.com/c/house-prices-advanced-regression-techniques/data.A builder to construct aAmesRandomAccess.CsvDatasetrepresents the dataset that stored in a .csv file.CsvDataset.CsvBuilder<T extends CsvDataset.CsvBuilder<T>>Used to build aCsvDataset.Daily Delhi climate dataset from https://www.kaggle.com/datasets/sumanthvrao/daily-climate-time-series-data.A builder to construct aDailyDelhiClimate.An extension of theArrayListfor use in theTabularTranslator.An extension of theConcurrentHashMapfor use in theTabularTranslator.Movielens 100k movie reviews dataset from https://grouplens.org/datasets/movielens/100k/.A builder to construct aMovieLens100k.A abstract class for creating tabular datasets.TabularDataset.BaseBuilder<T extends TabularDataset.BaseBuilder<T>>Used to build aTabularDataset.A list of results from running a tabular model.A single result corresponding to a single feature.ATranslatorthat can be used forApplication.Tabulartasks.ATranslatorFactoryto extend theTabularTranslator.