This is a base template repository for my competitions at Kaggle. There are some directories, utils, and CI settings to use this repository at Kaggle Code Competition.
- mykaggle: source files
- tests: test files for sources
- script: store some shell scripts
- data: store data for competitions
- ckpt: store model weights
- log: not used now
- kaggle_datasets_git: to upload this repository to kaggle datasets (using only in CI)
- kaggle_datasets_ckpt: to upload some ckpt files to kaggle datasets
- https://github.com/Ynakatsuka/kaggle_utils
- Some feature engineering codes are based on @Ynakatsuka 's repository.