Skip to main content
Version: v1.3.0

Download a prediction

Overview

You can download a prediction generated through the H2O Hydrogen Torch user interface (UI).

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.
    Note
    • 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 .pkl file is a pickled Python dictionary with raw predictions for the provided test dataframe.
    • The structure of the files in the .zip file are different among all supported problem types. To learn more, see Predictions: File formats.

Feedback