Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Health Insurance Cross Sell Prediction #709

Merged
merged 5 commits into from
Jul 20, 2024
Merged

Conversation

tanuj437
Copy link
Contributor

Pull Request for ML-Crate 💡

Issue Title: Health Insurance Cross Sell Prediction

  • Info about the related issue (Aim of the project) : To Predict the Customer response will they be buying Insurance or not based on past and vehicle data
  • Name: Tanuj Saxena
  • Email ID for further communication: tanuj.saxena.rks@gmail.com
  • GitHub ID: https://github.com/tanuj437
  • Idenitfy yourself: Contributor SSOC'24

Closes: #706 number that will be closed through this PR

Describe the add-ons or changes you've made 📃

So initially i have done the basic EDA and to check the correlation and distribution of data. Based on the Description and info of column have converted then into standard format for model fitting. Then Fitted the model in 7 models where all get similar accuracy 88% major difference where only in f1, precision value.

Type of change ☑️

What sort of change have you made:

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Code style update (formatting, local variables)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested? ⚙️

So for testing i took one data set example from the dataset itself of test.csv which data havn't shown to the model for evaluation and it correct predicted the response

Checklist: ☑️

  • My code follows the guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • I have made corresponding changes to the documentation.
  • My changes generate no new warnings.
  • I have added things that prove my fix is effective or that my feature works.
  • Any dependent changes have been merged and published in downstream modules.

Copy link

Our team will soon review your PR. Thanks @tanuj437 :)

@abhisheks008
Copy link
Owner

Hi @tanuj437 need to achieve accuracy score of 95% with at least two models.

@abhisheks008 abhisheks008 added Requested Changes ⚙️ Some changes have been requested in this PR. SSOC labels Jul 15, 2024
@tanuj437
Copy link
Contributor Author

@abhisheks008 tried more model but none of them crossing 89% that highest i could reach...
any other way if you know i can go that way too

@abhisheks008
Copy link
Owner

@abhisheks008 tried more model but none of them crossing 89% that highest i could reach... any other way if you know i can go that way too

Have you tried after hyperparameter tuning?

@tanuj437
Copy link
Contributor Author

@abhisheks008 tried more model but none of them crossing 89% that highest i could reach... any other way if you know i can go that way too

Have you tried after hyperparameter tuning?

yes i did that and also tried reducing few features also

Copy link
Owner

@abhisheks008 abhisheks008 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Anyways thanks for trying to make it better.
Approving this pull request @tanuj437

@abhisheks008 abhisheks008 added Approved ✅ This PR is approved by the PR or, Mentors. Advanced Points 40 - SSOC 2024 and removed Requested Changes ⚙️ Some changes have been requested in this PR. labels Jul 20, 2024
@abhisheks008 abhisheks008 merged commit 0986c1b into abhisheks008:main Jul 20, 2024
1 check passed
@abhisheks008 abhisheks008 added the Points Added 🎉 This issue's points has been added to the leaderboard. label Jul 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Advanced Points 40 - SSOC 2024 Approved ✅ This PR is approved by the PR or, Mentors. Points Added 🎉 This issue's points has been added to the leaderboard. SSOC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Health Insurance Cross Sell Prediction
2 participants