1. Data Preprocessing: -Missing values were handled via mean imputation for numerical variables and “Unknown” for categorical variables. -Categorical variables were label-encoded. -Logical variables were converted to binary numeric representation.
2. Modeling Approach: -Focused on building a Deep Learning Model (DNN) using H2O. -Emphasis on ensuring a robust training-validation-testing split.
3. Evaluation Metrics: -Area Under Curve (AUC) for classification performance. -Confusion Matrix to identify classification errors (false positives and false negatives).
4. Feature Importance: -Utilized built-in H2O functionality to rank predictors by importance. -Visualized feature significance to identify key drivers for the target variable.