Analyzing the claims severity for all state insurance.
#######Readme############
Components in zip folder:
- readme
- the dataset (train.zip)
- vsureshb_B659_ProjectReport - the project report
- vsureshb_B659_ProjectCode - code for the project.
Opening the ipython notebook:
- Open Command Prompt from this current folder
- Type jupyter notebook
- After the localhost:8888 opens, open the ipython notebook.
Running the ipyhton notebook:
- Each cell has to be run sequentially.
- Please follow the comments on top of the cell to run the code. For example, in few cases to re-run a particular cell, the cell above it has to be run to avoid errors.
- The second cell in the notebook requires a user input - the file path of the input file.
- The function of each cell is explained is explained on top of the cell.