--- dataset_info: features: - name: claim_id dtype: string - name: claim_amount dtype: float64 - name: vehicle_age dtype: int64 - name: accident_type dtype: string - name: police_report dtype: string - name: repair_estimate dtype: float64 - name: prior_claims dtype: int64 - name: decision dtype: string - name: decision_reason dtype: string splits: - name: train num_bytes: 93731 num_examples: 800 download_size: 23331 dataset_size: 93731 configs: - config_name: default data_files: - split: train path: data/train-* ---