Statlog Project
Donated on 9/30/1992
Various Databases: Vehicle Silhouettes, Landsat Satellite, Shuttle, Australian Credit Approval, Heart Disease, Image Segmentation, German Credit
Dataset Characteristics
Other
Subject Area
Other
Associated Tasks
Other
Feature Type
-
# Instances
1
# Features
-
Dataset Information
Additional Information
The databases available here were in used in the European StatLog project, which involves comparing the performances of machine learning, statistical, and neural network algorithms on data sets from real-world industrial areas including medicine, finance, image analysis, and engineering design. Not all of the databases used in the project are available in this repository. Databases: (a) Vehicle Silhouettes: https://archive.ics.uci.edu/dataset/149/statlog+vehicle+silhouettes The original purpose was to find a method of distinguishing 3D objects within a 2D image by application of an ensemble of shape feature extractors to the 2D silhouettes of the objects. (b) Landsat Satellite: https://archive.ics.uci.edu/dataset/146/statlog+landsat+satellite The database consists of the multi-spectral values of pixels in 3x3 neighbourhoods in a satellite image, and the classification associated with the central pixel in each neighbourhood. The aim is to predict this classification, given the multi-spectral values. In the sample database, the class of a pixel is coded as a number. (c) Shuttle: https://archive.ics.uci.edu/dataset/148/statlog+shuttle The shuttle dataset contains 9 attributes all of which are numerical. Approximately 80% of the data belongs to class 1. (d) Australian Credit Approval: https://archive.ics.uci.edu/dataset/143/statlog+australian+credit+approval This file concerns credit card applications. All attribute names and values have been changed to meaningless symbols to protect confidentiality of the data. This database exists elsewhere in the repository (Credit Screening Database) in a slightly different form. (e) Heart Disease: https://archive.ics.uci.edu/dataset/145/statlog+heart This dataset is a heart disease database similar to a database already present in the repository (Heart Disease databases) but in a slightly different form. This database contains 13 attributes (which have been extracted from a larger set of 75). (f) Image Segmentation: https://archive.ics.uci.edu/dataset/147/statlog+image+segmentation This dataset is an image segmentation database similar to a database already present in the repository (Image segmentation database) but in a slightly different form. The instances were drawn randomly from a database of 7 outdoor images. The images were handsegmented to create a classification for every pixel. Each instance is a 3x3 region. (g) German Credit: https://archive.ics.uci.edu/dataset/144/statlog+german+credit+data This dataset classifies people described by a set of attributes as good or bad credit risks. Comes in two formats (one all numeric). Also comes with a cost matrix.
Has Missing Values?
No
Dataset Files
File | Size |
---|---|
satimage/sat.trn | 513.5 KB |
shuttle/shuttle.tst | 375.3 KB |
segment/segment.dat | 359.7 KB |
shuttle/shuttle.trn.Z | 312.4 KB |
satimage/sat.tst | 231.2 KB |
0 to 5 of 35
Reviews
There are no reviews for this dataset yet.
pip install ucimlrepo
from ucimlrepo import fetch_ucirepo # fetch dataset statlog_project = fetch_ucirepo(id=98) # data (as pandas dataframes) X = statlog_project.data.features y = statlog_project.data.targets # metadata print(statlog_project.metadata) # variable information print(statlog_project.variables)
Feng, C., Sutherland, A., King, S., Muggleton, S., & Henery, R. (1993). Statlog Project [Dataset]. UCI Machine Learning Repository. https://doi.org/10.24432/C5XS3B.
Creators
C. Feng
A. Sutherland
S. King
S. Muggleton
R. Henery
DOI
License
This dataset is licensed under a Creative Commons Attribution 4.0 International (CC BY 4.0) license.
This allows for the sharing and adaptation of the datasets for any purpose, provided that the appropriate credit is given.