Skip to content

daikichiba9511/my-kaggle-template

Repository files navigation

My-Kaggle-Templates

Description

This repository contains my templates for Kaggle competitions.

Usage

When you initialize a new Kaggle competition, you can use this templates to start your project.

development environment: Python 3.10

Setup

  • Docker only
docker compose up -d
docker compose exec local-dev bash  # interactive shell in the container
  • devcontainer
  1. Open this repository in VSCode
  2. Click the Reopen in Container button in the bottom right corner

Install Dependencies

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

Documentation

Solution

Reproduction steps

References

About

my kaggle template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published