File size: 631 Bytes
abb10c6 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
---
license: cc-by-4.0
tags:
- tabular
- classification
- banknote
- uci-ml
---
# Banknote Authentication Dataset
This repository hosts the raw CSV file for the Banknote Authentication dataset. The data was created using features extracted from images of genuine and forged banknotes.
## 💾 File Contents
The main file is `data_banknote_authentication.csv`. It contains 1372 instances and 5 columns (4 features + 1 class):
1. **Variance** of Wavelet Transformed image
2. **Skewness** of Wavelet Transformed image
3. **Curtosis** of Wavelet Transformed image
4. **Entropy** of image
5. **Class** (0 for genuine, 1 for forged)
|