File size: 1,108 Bytes
b64043c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: Age
    dtype: int64
  - name: BusinessTravel_Num
    dtype: int64
  - name: DailyRate
    dtype: int64
  - name: Department_Num
    dtype: int64
  - name: DistanceFromHome
    dtype: int64
  - name: EnvironmentSatisfaction
    dtype: int64
  - name: JobInvolvement
    dtype: int64
  - name: JobLevel
    dtype: int64
  - name: JobRole_Num
    dtype: int64
  - name: JobSatisfaction
    dtype: int64
  - name: MaritalStatus_Num
    dtype: int64
  - name: MonthlyIncome
    dtype: int64
  - name: TotalWorkingYears
    dtype: int64
  - name: YearsAtCompany
    dtype: int64
  - name: YearsInCurrentRole
    dtype: int64
  - name: YearsSinceLastPromotion
    dtype: int64
  - name: YearsWithCurrManager
    dtype: int64
  - name: Attrition_Num
    dtype: int64
  splits:
  - name: train
    num_bytes: 138096.0
    num_examples: 959
  - name: test
    num_bytes: 59184.0
    num_examples: 411
  download_size: 45336
  dataset_size: 197280.0
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---