Download a prediction
You can download a prediction generated through the H2O Hydrogen Torch UI.
Instructions
To download the predictions of a prediction, 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
.zipfile containing the following files:test_predictions.csv- The
.csvfile is a structured dataframe with final predictions for the provided test dataframe.
- The
test_raw_predictions.pkl- The
.pklfile is a pickled Python dictionary with raw predictions for the provided test dataframe.
- The
- The structure of the files in the
.zipfile 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