Closed
Description
Currently, after the search is completed we can only show the whole runhistory data dict, however its a lot of information to parse. It would be useful to show the statistics of the search for example number of successful runs, number of crashed runs, etc. This functionality can be based on auto-sklearn's sprint_statistics
.