File size: 2,122 Bytes
f2849b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
dataset_info:
  features:
  - name: duration
    dtype: int64
  - name: protocol_type
    dtype: string
  - name: service
    dtype: string
  - name: flag
    dtype: string
  - name: src_bytes
    dtype: int64
  - name: dst_bytes
    dtype: int64
  - name: land
    dtype: int64
  - name: wrong_fragment
    dtype: int64
  - name: urgent
    dtype: int64
  - name: hot
    dtype: int64
  - name: num_failed_logins
    dtype: int64
  - name: logged_in
    dtype: int64
  - name: num_compromised
    dtype: int64
  - name: root_shell
    dtype: int64
  - name: su_attempted
    dtype: int64
  - name: num_root
    dtype: int64
  - name: num_file_creations
    dtype: int64
  - name: num_shells
    dtype: int64
  - name: num_access_files
    dtype: int64
  - name: num_outbound_cmds
    dtype: int64
  - name: is_host_login
    dtype: int64
  - name: is_guest_login
    dtype: int64
  - name: count
    dtype: int64
  - name: srv_count
    dtype: int64
  - name: serror_rate
    dtype: float64
  - name: srv_serror_rate
    dtype: float64
  - name: rerror_rate
    dtype: float64
  - name: srv_rerror_rate
    dtype: float64
  - name: same_srv_rate
    dtype: float64
  - name: diff_srv_rate
    dtype: float64
  - name: srv_diff_host_rate
    dtype: float64
  - name: dst_host_count
    dtype: int64
  - name: dst_host_srv_count
    dtype: int64
  - name: dst_host_same_srv_rate
    dtype: float64
  - name: dst_host_diff_srv_rate
    dtype: float64
  - name: dst_host_same_src_port_rate
    dtype: float64
  - name: dst_host_srv_diff_host_rate
    dtype: float64
  - name: dst_host_serror_rate
    dtype: float64
  - name: dst_host_srv_serror_rate
    dtype: float64
  - name: dst_host_rerror_rate
    dtype: float64
  - name: dst_host_srv_rerror_rate
    dtype: float64
  - name: class
    dtype: string
  splits:
  - name: train
    num_bytes: 5168155
    num_examples: 15328
  - name: test
    num_bytes: 5148797
    num_examples: 15267
  download_size: 1260488
  dataset_size: 10316952
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---