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

Health Insurance Cross Sell Production (using kNN classification) #111

Closed tanviagwl98 closed 3 years ago

tanviagwl98 commented 3 years ago

Reference Issues/PRs

Fixes #108 .

What does this implement/fix? Explain your changes.

I proposed an exercise for ML practice and this is the solution for the same problem statement. In this KNN algorithm of classification is used.

Any other comments?

Feel free to make changes to improve performance of the model

gimseng commented 3 years ago

Thanks @tanviagwl98 ! I'll take a look later this week. For now, could you rename the project folder to something else to avoid conflicts? Something temporary like health_insurance or something.

tanviagwl98 commented 3 years ago

@gimseng I will surely make the changes you asked for.

gimseng commented 3 years ago

@tanviagwl98 Should we close this since you created a new PR on the same project in #120?