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 #78

Merged

Conversation

siddhant4ds
Copy link
Contributor

Closes: #74

  • Title : Health Insurance Cross-Sell Prediction
  • Name: Siddhant Tiwari
  • Idenitfy yourself: SSOC-3 Contributor

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

Linked a notebook which includes:

  1. Exploratory Data Analysis of the dataset
  2. Data cleaning and preprocessing as required for different ML algorithms
  3. Feature engineering
  4. Feature selection based on statistical tests and feature-importances.
  5. Models implemented: Logistic Regression, Linear Discriminant Analysis, Quadratic Discriminant Analysis, Gaussian Naive Bayes, K-Nearest Neighbors, Decision Tree, Random Forest, AdaBoost, Multi-Layer Perceptron neural network, XGBoost, CatBoost and LightGBM
  6. Post-tuning of prediction thresholds for models for more accurate predictions.
  7. Result analysis using classification report along with ROC-AUC and Matthew's correlation coefficient.

Added a README which includes the project details and images generated.

Type of change ☑️

What sort of change have you made:

  • New feature (non-breaking change which adds functionality)

How Has This Been Tested? ⚙️

Reproducibility: Fixed random seed for all experiments and multiple runs to check consistency.
Dependencies: Reran notebook on local environment as well as cloud-hosted notebook (Kaggle).

Checklist: ☑️

  • My code follows the Contributing Guidelines & Code of Conduct of this project.
  • This PR does not contain plagiarized content.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly wherever it was hard to understand.
  • My changes generate no new warnings.

Screenshots 📷

scr1
scr2
scr3
scr4
scr5
scr6

Note to reviewers 📄

Copy link

Thank you for submitting your pull request! We'll review it as soon as possible. For further communication, join our discord server https://discord.gg/tSqtvHUJzE.

@siddhant4ds
Copy link
Contributor Author

@Avdhesh-Varshney Requesting a review. Thanks.

@Avdhesh-Varshney Avdhesh-Varshney linked an issue Jul 28, 2024 that may be closed by this pull request
@Avdhesh-Varshney Avdhesh-Varshney merged commit 951ded8 into Avdhesh-Varshney:main Jul 28, 2024
1 check passed
@Avdhesh-Varshney Avdhesh-Varshney added Approved ✔️ This PR is approved by the PR or, Mentors SSOC These issue/pull request will be considered for SSOC'24 Intermediate Intermediate level issues/pull requests ML This comes under the `ML` directory labels Jul 28, 2024
@siddhant4ds siddhant4ds deleted the insurance-cross-sell branch July 30, 2024 05:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Approved ✔️ This PR is approved by the PR or, Mentors Intermediate Intermediate level issues/pull requests ML This comes under the `ML` directory SSOC These issue/pull request will be considered for SSOC'24
Projects
None yet
Development

Successfully merging this pull request may close these issues.

📃: Health Insurance Cross Sell Prediction
2 participants