Result Reporting¶
ResultReport¶
Result¶
-
class
driftai.result_report.result.Result[source]¶ Object responsible of containing the results obtained by an specific run
Parameters: - time (int) – Elapsed time of the run
- result (list, np.array, pandas.Series) – The labels predicted by the approach
- run (Run) – This Run that has generated the results
- date (datetime, str, optional) – Creation date. Should not be set manually