mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
docs: add submission grading steps to devcontainer README (#1054)
* docs: add submission grading steps to devcontainer README * add change --------- Co-authored-by: jingyuanlm <842442862@qq.com>
This commit is contained in:
@@ -28,3 +28,12 @@ export KAGGLE_KEY=
|
||||
1. Remotely connect to the machine and open the `RD-Agent` folder in VS Code.
|
||||
2. Press `Ctrl+Shift+P` (or `Cmd+Shift+P` on Mac), type and select **"Dev Containers: Reopen in Container"**.
|
||||
|
||||
|
||||
|
||||
# How to grade your submission in the DevContainer
|
||||
|
||||
1. save your submission file in `./sumission.csv`
|
||||
|
||||
2. Run evaluation
|
||||
DS_COMPETITION=<your competition name>
|
||||
conda run -n mlebench mlebench grade-sample submission.csv $DS_COMPETITION --data-dir /tmp/kaggle/zip_files/
|
||||
Reference in New Issue
Block a user