# Install poetry if needed
# Do not forget to set up virtual environment before this
pip3 install poetry
# Install dependencies
make install
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
# Check your ~/.kaggle/kaggle.json is set up
FILEPATH=< filepath to the parquet/csv file > make submit