Analytics Vidhya Nov'22 Insurance Claims Dataset
Predict whether the policyholder will file a claim in the next 6 months or not.
@kaggle.avikumart_analytics_vidhya_nov22_insurance_claims_dataset
Predict whether the policyholder will file a claim in the next 6 months or not.
@kaggle.avikumart_analytics_vidhya_nov22_insurance_claims_dataset
CREATE TABLE train_qwm28yl (
"policy_id" VARCHAR,
"policy_tenure" DOUBLE,
"age_of_car" DOUBLE,
"age_of_policyholder" DOUBLE,
"area_cluster" VARCHAR,
"population_density" BIGINT,
"make" BIGINT,
"segment" VARCHAR,
"model" VARCHAR,
"fuel_type" VARCHAR,
"max_torque" VARCHAR,
"max_power" VARCHAR,
"engine_type" VARCHAR,
"airbags" BIGINT,
"is_esc" VARCHAR,
"is_adjustable_steering" VARCHAR,
"is_tpms" VARCHAR,
"is_parking_sensors" VARCHAR,
"is_parking_camera" VARCHAR,
"rear_brakes_type" VARCHAR,
"displacement" BIGINT,
"cylinder" BIGINT,
"transmission_type" VARCHAR,
"gear_box" BIGINT,
"steering_type" VARCHAR,
"turning_radius" DOUBLE,
"length" BIGINT,
"width" BIGINT,
"height" BIGINT,
"gross_weight" BIGINT,
"is_front_fog_lights" VARCHAR,
"is_rear_window_wiper" VARCHAR,
"is_rear_window_washer" VARCHAR,
"is_rear_window_defogger" VARCHAR,
"is_brake_assist" VARCHAR,
"is_power_door_locks" VARCHAR,
"is_central_locking" VARCHAR,
"is_power_steering" VARCHAR,
"is_driver_seat_height_adjustable" VARCHAR,
"is_day_night_rear_view_mirror" VARCHAR,
"is_ecw" VARCHAR,
"is_speed_alert" VARCHAR,
"ncap_rating" BIGINT,
"is_claim" BIGINT
);
Anyone who has the link will be able to view this.