AdventureWorks

AdventureWorks

Adventure Works 2014 (OLTP version) is a sample database for Microsoft SQL Server, which has replaced Northwind and Pub sample databases that were shipped earlier. The database is about a fictious, multinational bicycle manufacturer called Adventure Works Cycles.

Original source: msftdbprodsamples.codeplex.com

Versions

  • AdventureWorks2014 (by Jan Motl)

    • Ported from MSSQL

Dataset details

Associated task:
Regression
Domain:
Retail
Data types:
Size:
233.8 MB
Count of tables:
71
Count of rows:
754,248
Count of columns:
486
Missing values:
Yes
Compound keys:
Yes
Loops:
Yes
Type:
Synthetic
Instance count:
31,223
Target table:
SalesOrderHeader
Target column:
TotalDue
Target ID:
CustomerID
Target timestamp:
OrderDate

Algorithms

Dataset versionTargetAlgorithmAuthor textMeasureValue
AdventureWorks2014churnFastPropgetML: Feature Learning with AutoML to build end-to-end prediction pipelinesAUC ROC0.9712
AdventureWorks2014churnRelboostgetML: Feature Learning with AutoML to build end-to-end prediction pipelinesAUC ROC0.9776
AdventureWorks2014churnDeep Feature SynthesisfeaturetoolsAUC ROC0.9677
AdventureWorks2014churnFastPropgetML: Feature Learning with AutoML to build end-to-end prediction pipelinesAccuracy0.9129
AdventureWorks2014churnRelboostgetML: Feature Learning with AutoML to build end-to-end prediction pipelinesAccuracy0.9273
AdventureWorks2014churnDeep Feature SynthesisfeaturetoolsAccuracy0.91

How to download the dataset

The datasets are publicly available directly from MariaDB database.

  1. Open your favourite MariaDB client (MySQL Workbench works, but see FAQ)
  2. Use following credentials:
    • hostname: db.relational-data.org
    • port: 3306
    • username: guest
    • password: relational
  3. Export "AdventureWorks2014" database (or other version of the dataset, if available) in your favourite format (e.g. CSV or SQL dump).