Shuttle

The original Statlog (Shuttle) dataset from UCI machine learning repository is a multi-class classification dataset with dimensionality 9. Here, the training and test data are combined. The smallest five classes, i.e. 2, 3, 5, 6, 7 are combined to form the outliers class, while class 1 forms the inlier class. Data for class 4 is discarded.

Shuttle is available on Aftershock and normal observations are available in the included training dataset consisting of 9 dimensions per observation. During evaluation, the main program of your submission is expected to access /ingress/shuttle/testing.csv which has the same form as the development dataset and produce sequentially aligned anomaly confidence values (in [0, 1]) at /egress/shuttle/predictions.csv.

Scores

Method Authors AUC Runtime (ms)
Bionic (Pre-Release) K. Demetriou, I. Becker, S. Hailes 0.996 1,640.762
Baselines - Isolation Forest K. Demetriou, I. Becker, S. Hailes 0.996 1,612.435
Baselines - One Class SVM K. Demetriou, I. Becker, S. Hailes 0.772 8,698.403
Baselines - Robust Covariance K. Demetriou, I. Becker, S. Hailes 0.953 8.143
Baselines - Local Outlier Factor K. Demetriou, I. Becker, S. Hailes 0.512 2,908.428