Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 797 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 797 Bytes

Run in Poetry Environment

Prerequisites

Installation

# Install poetry if needed
# Do not forget to set up virtual environment before this
pip3 install poetry

# Install dependencies
make install

Development

Caution

After make update, please run test cases to check if any function is deprecated due to packge updates.

# Run static code analysis
make static-code-analysis

# Run test cases in poetry environment
make test

# Format code with black, isort
make format

# Update dependencies
make update

Submission of Results

# Check your ~/.kaggle/kaggle.json is set up
FILEPATH=< filepath to the parquet/csv file > make submit