Giter Site home page Giter Site logo

afcarl / cluster-analysis-of-insurance-data Goto Github PK

View Code? Open in Web Editor NEW

This project forked from juitinghu/cluster-analysis-of-insurance-data

0.0 0.0 0.0 9.4 MB

Using cluster analysis to build the HAC, HDBSCAN and K-medoids models in order to find a lower dimension representation of the data.

Jupyter Notebook 100.00%

cluster-analysis-of-insurance-data's Introduction

Cluster analysis of Insurance data

The project is done by two other classmates and I in cooperation with the car insurance company.

Nowadays, most insurance companies use machine learning widely to help their business operations. It is common to see supervised learning applied to customer segmentation, claims and risks prediction and fraud detection. These supervised learning tasks usually include various numeric and categorical features.
📍numeric = customer age, vehicle age... ; category = whether or not the car is manual or automatic...
However, some high cardinality categorical variables (hccv) are hard to deal with because there are many levels such as vehicle type. To deal with this, further information is gathered on the hccv to form a new dataset and a lower dimension representation of the dataset is found which can be input into the models.

This dataset provided in this project is exactly this scenario. It contains 65,340 data entries and 347 features describing a hccv. The task set is to find a lower dimension representation of the data to be used in downstream tasks.

Before starting, we review lots of literature to find which analysis methods suit for this dataset. Clustering is the chosen method to do this.
The reasons:
▪️ Cluster is one of unsupervised learning methods.
▪️ Cluster can be used in big data.
▪️ Through cluster analysis, data objects are grouped into several clusters. Data objects within the same cluster are more similar, and vice versa. This can represent a lower dimension of data.

The following steps are:
▪️ Data Cleaning.
▪️ Distance matrix computation.
▪️ Using three algorithms, hierarchical agglomerative clustering(HAC), hierarchical density-based-spatial clustering of applications with noise (HDBSCAN) and k-medoids to build the models.

Further detailed information on this project is available in "BUSM130 Group Report.pdf","BUSM131_170376051_Individual_report.pdf" and "Presentation.pdf".

cluster-analysis-of-insurance-data's People

Contributors

juitinghu avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.