--- dataset_info: features: - name: policy_id dtype: string - name: applicant_age dtype: int32 - name: gender dtype: string - name: occupation_risk dtype: string - name: health_score dtype: float64 - name: bmi dtype: float64 - name: smoker dtype: bool - name: previous_claims_count dtype: int32 - name: coverage_amount dtype: int64 - name: premium_calculated dtype: float64 - name: risk_category dtype: string - name: underwriting_decision dtype: string - name: country dtype: string - name: insurance_type dtype: string splits: - name: train num_bytes: 933156 num_examples: 8000 download_size: 164059 dataset_size: 933156 configs: - config_name: default data_files: - split: train path: data/train-* ---