Allow extraction of multiple metrics from gridsearch parameters
currently, the extract_gridsearch_parameters
method can only take one metric score to extract.
Instead, it should be able to take a list of score names which will all become columns in the resulting dataframe.