Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mehrab-kalantari/catboost-damage-prediction

Accident damage prediction using catboost regressor
https://github.com/mehrab-kalantari/catboost-damage-prediction

catboost-regressor catboostregressor machine-learning regression supervised-learning

Last synced: 3 days ago
JSON representation

Accident damage prediction using catboost regressor

Awesome Lists containing this project

README

        

# 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.