codeDroid1 / Insurance-fraud-detection

insurance fraud detection kaggle
MIT License
4 stars 1 forks source link

Project: Insurance Fraud Detection

Install

This project requires Python and the following Python libraries installed:

You will also need to have software installed to run and execute a Jupyter Notebook

If you do not have Python installed yet, it is highly recommended that you install the Anaconda distribution of Python, which already has the above packages and more included.

Code

Template code is provided in the Fraud_DetectionNotebook.ipynb notebook file. You will also be required to use the included insuranceFraud.csv dataset file to complete your work. While some code has already been implemented to get you started, you will need to implement additional functionality when requested to successfully complete the project.

Run

In a terminal or command window, navigate to the top-level project directory Insurance-fraud-detection/ (that contains this README) and run one of the following commands:

jupyter notebook

This will open the Jupyter Notebook software and project file in your browser.

Data