Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mehrab-kalantari/catboost-damage-prediction
- Owner: Mehrab-Kalantari
- Created: 2023-07-24T14:11:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-24T14:25:42.000Z (over 1 year ago)
- Last Synced: 2024-10-24T15:52:58.356Z (25 days ago)
- Topics: catboost-regressor, catboostregressor, machine-learning, regression, supervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 17.7 MB
- Stars: 0
- 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.