Life Insurance GLM with H2O: Part 2

Following on from a previous post, this article discusses:

  • Assessing how well the GLM generalises to new data with cross validation
  • Automated GLM selection using grid search

Previously, we looked at using H2O's GLM function to set a rating plan for life insurance contracts. Importing and preparing the data, the use of offsets and fitting the GLM with h2o were all covered here more ...