Loading...

Datasets

Sample datasets and data generators for testing and examples.


Datasets

datasets.load_airline_passengers([schema, name])

Ingests the airline passengers dataset into the VAST DataBase.

datasets.load_amazon([schema, name])

Ingests the amazon dataset into the VAST DataBase.

datasets.load_cities([schema, name])

Ingests the Cities dataset into the VAST DataBase.

datasets.load_commodities([schema, name])

Ingests the commodities dataset into the VAST DataBase.

datasets.load_iris([schema, name])

Ingests the iris dataset into the VAST DataBase.

datasets.load_market([schema, name])

Ingests the market dataset into the database.

datasets.load_pop_growth([schema, name])

Ingests the population growth dataset into the VAST DataBase.

datasets.load_smart_meters([schema, name])

Ingests the smart meters dataset into the VAST DataBase.

datasets.load_titanic([schema, name])

Ingests the titanic dataset into the VAST DataBase.

datasets.load_winequality([schema, name])

Ingests the winequality dataset into the VAST DataBase.

datasets.load_world([schema, name])

Ingests the World dataset into the VAST DataBase.


Dataset Generators

datasets.gen_dataset(features_ranges[, nrows])

Generates a dataset using the input parameters.

datasets.gen_meshgrid(features_ranges)

Generates a dataset using regular steps.


Test Data

datasets.load_dataset_cl()

Returns the classification dataset.

datasets.load_dataset_num()

Returns the numerical dataset.

datasets.load_dataset_reg()

Returns the regression dataset.