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:
- In H2O Hydrogen Torch navigation menu, click View predictions.
- Click the prediction name.
- 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.
- The
test_raw_predictions.pkl
- The
.pkl
file is a pickled Python dictionary with raw predictions for the provided test dataframe.
- The
- The structure of the files in the
.zip
file are different among all supported problem types. To learn more, see Predictions: File formats.
- Downloaded predictions come in a
Feedback
- Submit and view feedback for this page
- Send feedback about H2O Hydrogen Torch to cloud-feedback@h2o.ai