employee_attrition / README.md
eduvance's picture
Upload dataset
b64043c verified
metadata
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
      num_examples: 959
    - name: test
      num_bytes: 59184
      num_examples: 411
  download_size: 45336
  dataset_size: 197280
configs:
  - config_name: default
    data_files:
      - split: train
        path: data/train-*
      - split: test
        path: data/test-*