File size: 1,516 Bytes
4c41742
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
dataset_info:
  features:
  - name: original_index
    dtype: int64
  - name: Time
    dtype: float64
  - name: V1
    dtype: float64
  - name: V2
    dtype: float64
  - name: V3
    dtype: float64
  - name: V4
    dtype: float64
  - name: V5
    dtype: float64
  - name: V6
    dtype: float64
  - name: V7
    dtype: float64
  - name: V8
    dtype: float64
  - name: V9
    dtype: float64
  - name: V10
    dtype: float64
  - name: V11
    dtype: float64
  - name: V12
    dtype: float64
  - name: V13
    dtype: float64
  - name: V14
    dtype: float64
  - name: V15
    dtype: float64
  - name: V16
    dtype: float64
  - name: V17
    dtype: float64
  - name: V18
    dtype: float64
  - name: V19
    dtype: float64
  - name: V20
    dtype: float64
  - name: V21
    dtype: float64
  - name: V22
    dtype: float64
  - name: V23
    dtype: float64
  - name: V24
    dtype: float64
  - name: V25
    dtype: float64
  - name: V26
    dtype: float64
  - name: V27
    dtype: float64
  - name: V28
    dtype: float64
  - name: Amount
    dtype: float64
  - name: Class
    dtype: int64
  splits:
  - name: train
    num_bytes: 3168768
    num_examples: 12378
  - name: test
    num_bytes: 396288
    num_examples: 1548
  - name: validation
    num_bytes: 396032
    num_examples: 1547
  download_size: 4452724
  dataset_size: 3961088
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
  - split: validation
    path: data/validation-*
---