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:
- In H2O Hydrogen Torch navigation menu, click View predictions.
- Click the prediction name.
- Click Download predictions.
Feedback
- Submit and view feedback for this page
- Send feedback about H2O Hydrogen Torch to cloud-feedback@h2o.ai