Skip to main content
Version: Next

Download a prediction

Overview

You can download the generated predictions after running a prediction on a test dataset in the H2O Hydrogen Torch UI.

  • Downloaded predictions come in a ZIP file containing the following files:
    • test_predictions.csv
      • The CSV file is a structured dataframe with final predictions for the provided test dataframe.
    • test_raw_predictions.pkl
      • The Pickle file is a pickled Python dictionary with raw predictions for the provided test dataframe.
note

The structure of the files in the zip file are different among all supported problem types. To learn more, see Predictions download formats.

Instructions

To download the predictions of a prediction generated in the H2O Hydrogen Torch UI, consider the following instructions:

  1. In H2O Hydrogen Torch navigation menu, click View predictions.
  2. Click the prediction name.
  3. Click Download predictions.

Feedback