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 months ago
JSON representation
Accident damage prediction using catboost regressor
- Host: GitHub
- URL: https://github.com/mehrab-kalantari/catboost-damage-prediction
- Owner: Mehrab-Kalantari
- Created: 2023-07-24T14:11:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T14:25:42.000Z (almost 2 years ago)
- Last Synced: 2025-01-16T09:42:42.342Z (5 months ago)
- Topics: catboost-regressor, catboostregressor, machine-learning, regression, supervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 17.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.