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

Card: point notebook link at docs/examples

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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#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
 
 
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/docs/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