Statistics calculated on data after removing rows with missing fields.
- Ordinal features, categorical and numerical fields preprocessed.
- Distribution plots of all features.
- Outlier detection using box plots of numerical data.
- Total fields in new dataset is 18.
- Correlation Heat Map plotted.
############################12/11/2018#############################
"data/" folder will be in project directory outside "code" package Steps to execute the code:
- In terminal navigate to "loan-prediction-data-analytics" project folder
- "python -m code.loan_prediction_driver"
Note: ".py" is not needed since we created a python package. While program execution, plots must be closed for proceeding with program execution