*Note: although name of the file is MedicalFraud1, it is of insurance dataset I tried 5 types of machine learning models for the MedicalFraud1 dataset:
- Logistic Regression
- Decision Tree
- Random Forest Classification
- Gradient Boosting
- Naive Bayes
And tested their accuracies
- Unzip the file "MedicalFraud1.zip" to access the "MedicalFraud1.csv" dataset.
- The Jupyter Notebook code(With extension .ipynb) with all the machine learning models can be found in the "Model.ipynb" file