autogluon / tabrepo

Apache License 2.0
37 stars 9 forks source link

Repository enhanced followup #11

Closed Innixma closed 1 year ago

Innixma commented 1 year ago

Implements alignment for follow-up items in #10

Specifically task_id, dataset, tid alignment.

Now EvaluationRepository will use tid and tids for all methods instead of dataset or dataset_names.

Note: tid naming convention is not yet propagated to zeroshot_context. That can be in a later PR as it is a lower layer that won't be directly accessed in most scenarios.

Innixma commented 1 year ago

Note: @geoalgo I'm merging so I can try to rebase #9 to avoid excess merge conflicts. Please feel free to still review and I can address comments in a follow-up PR