jean-jsj commited on
Commit
ecf3bf8
·
verified ·
1 Parent(s): dcb80e3

Card: sync links with the reorganized code repo

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -44,7 +44,7 @@ train = pd.read_csv(f"benchmark/dev_mini/{cell}/public/transactions_train_public
44
  products = pd.read_csv(f"benchmark/dev_mini/{cell}/public/products_public.csv")
45
  ```
46
 
47
- Then score a first submission in minutes with the [GitHub quickstart](https://github.com/jean-jsj/CARD#try-it-in-3-minutes) or the [notebook ladder](https://github.com/jean-jsj/CARD/tree/main/examples) (Colab-ready). A column-by-column schema is in the repo's [data dictionary](https://github.com/jean-jsj/CARD/blob/main/docs/DATA.md).
48
 
49
  ## The 2×2 grid
50
 
@@ -80,7 +80,7 @@ dev_mini/<cell_slug>/ # ~18 MB 10-store starter slices (log
80
 
81
  **Data-access rule:** models consume `public/` files only. `hidden/` exists for local scoring on the dev seed, never as model input. Eval seeds (added later) ship public-only; their truth stays with the maintainer.
82
 
83
- A `reference/` tree holds the four reference models' submission-format predictions (`reference/<model>/<cell_slug>/`, one directory per corner of the instruments × text grid); their scores and descriptions live in the GitHub repo's `submissions/` directory, and the estimator code is in its `baselines/` directory. A completed datasheet is at `DATASHEET.md`.
84
 
85
  ## Notes
86
 
 
44
  products = pd.read_csv(f"benchmark/dev_mini/{cell}/public/products_public.csv")
45
  ```
46
 
47
+ Then score a first submission in minutes with the [GitHub quickstart](https://github.com/jean-jsj/CARD#quickstart) or the [two notebooks](https://github.com/jean-jsj/CARD/tree/main/examples) (Colab-ready). A column-by-column schema is in the repo's [data dictionary](https://github.com/jean-jsj/CARD/blob/main/docs/DATA.md).
48
 
49
  ## The 2×2 grid
50
 
 
80
 
81
  **Data-access rule:** models consume `public/` files only. `hidden/` exists for local scoring on the dev seed, never as model input. Eval seeds (added later) ship public-only; their truth stays with the maintainer.
82
 
83
+ A `reference/` tree holds the four reference models' submission-format predictions (`reference/<model>/<cell_slug>/`, one directory per corner of the instruments × text grid); their scores and descriptions live in the GitHub repo's `submissions/` directory, and the estimator code is in its `card_metrics/baselines/` directory. A completed datasheet is at `DATASHEET.md`.
84
 
85
  ## Notes
86