This class represents the results of a batch prediction job. It holds a list of prediction values and a reference to the file containing the detailed results.
Attributes
-
predictions: List[float]
- List of float predictions.
-
results_file: File
- File containing the results.