Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 445 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 445 Bytes

Insurance Company's Accident Damage Prediction Using Catboost Regressor

About dataset

Dataset consists of two parts, train and test. There are 132 features. The goal is to predict loss column.

We have categorical and numerical features. categorical features are coded and we dont have its actuall values and numerical columns are scaled.

Data is clean with no probelm but the target is skewed and we apply log function to normalize it.