This repository contains my templates for Kaggle competitions.
When you initialize a new Kaggle competition, you can use this templates to start your project.
development environment: Python 3.10
- Docker only
docker compose up -d
docker compose exec local-dev bash # interactive shell in the container
- devcontainer
- Open this repository in VSCode
- Click the
Reopen in Container
button in the bottom right corner
make setup
if you want to know the details of pre-defined commands in Makefile, you can check the commands by the following command.
make
# or
make help