Skip to content

V1.5 compatibility - Unsupported features  #723

@Didayolo

Description

@Didayolo

This issue regroups several reported issue of compatibility and missing features with V1.5 (CodaLab Competitions).

My submissions

Leaderboard

Set number of digits/decimals shown

Computation columns

Linked to #406 and #851

I have a V1/V2 challenge with multiple tasks. The final rank of a participant is computed regarding its average score on all tasks.

It works on Codalab V1:

ave_score_1

But the exact same bundle and submission on Codalab V2 gives:

ave_score_2

Here is the YAML configuration of the leaderboard:

leaderboard:
  columns:
    auc_classification:
      label: Classification (AUC ROC)
      leaderboard: &id001
        label: RESULTS
        rank: 1
      rank: 2
      sort: desc
    acc_selection:
      label: Feature Selection (accuracy)
      leaderboard: *id001
      rank: 3
      sort: desc
    acc_causality:
      label: Causal Inference (accuracy)
      leaderboard: *id001
      rank: 4
      sort: desc
    ave_score:
      label: < Rank >
      leaderboard: *id001
      rank: 1
      sort: asc
      computed:
        operation: Avg
        fields: auc_classification, acc_selection, acc_causality
  leaderboards:
    RESULTS: *id001

Download buttons, HTML files

Related:

Public data and starting kit

In V1, after uploading the bundle, it automatically adds "Starting Kit" and "Public data" to the Files tab:

participate1

With the exact same bundle in V2, it doesn't:

participate2

Example bundle.

HTML documentation not interpreted

This issue is not specifically related to v1 bundles, it also happen with v2 bundle. However we can consider it a v1 compatibility issue because all v1 bundles use HTML, while you can use Markdown in v2 bundles.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions