Skip to content

candybon/kaggle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kaggle

Kaggle Competition (Predict Fire Peril Loss Cost).
Host by: Liberty Mutual Group.
Link: https://www.kaggle.com/c/liberty-mutual-fire-peril
###1. Observation Training Data: ~ 450,000 rows; ~360 features.
Non-zero target: ~ 1,200;
After studying the original data, most of the target value are 0, only about 2.6% of the target are non zero.

###2. Solution:

  1. Treat the non-zero data as anormal. Use Anormal detection methodology.
  2. Use Logistic regression to predict whether a data can be non-zero, then use Linear regression to further predict the value.
  3. Cosine Similarity. for each test data, find the most similar entry in the training set.
  4. Neuro Network (not implemented)
=======

About

Kaggle Competition (Predict Fire Peril Loss Cost)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages