You can get dataset on https://www.kaggle.com/datasets/anmolkumar/health-insurance-cross-sell-prediction
- Applying SMOTE method to balance data
- Using Logistic Regression, Decision Tree, KNN, Random Forest, Naive Bayes, MLPClassifier with scikit-learn module.
- Using tensor flow module to build a simple Artificial Neural Network to learn data.
- Compare models based on accuracy, f1-score, confusion matrix and AUC-ROC.