common/k*: add Korean translation (#14560)

This commit is contained in:
코드싸이
2024-11-02 15:16:58 +09:00
committed by GitHub
parent 4e659ba38f
commit b6bf0c2f48
41 changed files with 1041 additions and 0 deletions

12
pages.ko/common/kaggle.md Normal file
View File

@@ -0,0 +1,12 @@
# kaggle
> Python 3로 구현된 Kaggle 공식 CLI.
> 더 많은 정보: <https://github.com/Kaggle/kaggle-api>.
- 현재 구성 값 보기:
`kaggle config view`
- 대회 데이터셋에서 특정 파일 다운로드:
`kaggle competitions download {{대회}} -f {{파일명}}`