gimseng / 99-ML-Learning-Projects

A list of 99 machine learning projects for anyone interested to learn from coding and building projects
MIT License
575 stars 173 forks source link

[EXE] Health Insurance Cross Sell Production #108

Closed tanviagwl98 closed 3 years ago

tanviagwl98 commented 3 years ago

Learning Goals

Learn the concept of KNN algorithm for classification.

Exercise Statement

This exercise helps in classifying likelihood of a person to get insurance policy for his/her vehicle based on different factors including age, gender, having health insurance etc.

Prerequisites

Must know the basic statistics and a programming language and concepts of scikit-learn.

Data source/summary:

This data is available on Kaggle, a task open for anyone interested to take up.

(Optional) Suggest/Propose Solutions

I have a solution notebook for this using KNN available on my Kaggle profile and would love to share my contribution by creating a pull request.

(Optional) Further Links/Credits to Relevant Resources:

This task is available here

AjayKhalsa commented 3 years ago

Looks good @tanviagwl98 Feel free to make a PR when you are ready

gimseng commented 3 years ago

@tanviagwl98 Thanks for contributing !