About the Tasks That You Will Perform

You have just modeled the input data using decision trees, which are nonparametric. As part of your analysis, you now perform the following tasks in order to also model the data using parametric methods:
  1. You impute values to use as replacements for missing values that are in the input data. Regressions and neural networks would otherwise ignore missing values, which would decrease the amount of data that you use in the models and lower their predictive power.
  2. You transform input variables to make the usual assumptions of regression more appropriate for the input data.
  3. You model the input data using logistic regression, a statistical method with which your management is familiar.
  4. You model the input data using neural networks, which are more flexible than logistic regression (and more complicated).