I am using H2O sparking water to built GBM model. I know we can view the N folder cross validation results using code below:
gbm_model.model_performance(xval = True)
But is there a way to save each folder's model performance into a data frame? For example, save each folder's AUC into a data frame.