Read the record-level information from an experiment into a Pandas DF.
This will fetch whatever data exists in the DB. Results are not immediately available in the DB upon evaluation run completion.
Feedback score values will be returned as an average across all runs for the experiment. Non-numeric feedback scores will be omitted.
get_test_results(
self,
*,
project_id: Optional[ID_TYPE] = None,
project_name: Optional[str] = None
) -> pd.DataFrame