gretapy.ds.read_metrics#
- gretapy.ds.read_metrics(remove_paired=True, verbose=False)#
Read the GRN benchmark metrics table.
Downloads the metrics file if not already cached locally, then loads and preprocesses it. Column names are standardized, and optionally paired datasets are removed.
- Parameters:
- Return type:
- Returns:
pd.DataFrame A DataFrame with columns: name, organism, dataset, task, db, precision, recall, and any other columns present in the source file.