{"id":26201703,"url":"https://github.com/bkusuma/kaggle-competition-template","last_synced_at":"2026-05-09T19:02:33.873Z","repository":{"id":281817460,"uuid":"946417753","full_name":"bkusuma/kaggle-competition-template","owner":"bkusuma","description":"A template to simplify getting started with each Kaggle Competition you choose to enter","archived":false,"fork":false,"pushed_at":"2025-05-29T05:28:22.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-19T08:51:56.557Z","etag":null,"topics":["data-science","datascience","kaggle","kaggle-api","kaggle-challenge","kaggle-competition","kaggle-dataset","kaggle-digit-recognizer","kaggle-house-prices","kaggle-scripts","kaggle-solution","kaggle-titanic","machine-learning","machinelearning-python","python","r","template","template-generic-repo","template-repository","templates"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bkusuma.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-03-11T05:29:30.000Z","updated_at":"2025-05-29T05:28:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"454b845a-6d0c-4955-bcc6-a5453a0ac521","html_url":"https://github.com/bkusuma/kaggle-competition-template","commit_stats":null,"previous_names":["bkusuma/kaggle-competition-template"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/bkusuma/kaggle-competition-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkusuma%2Fkaggle-competition-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkusuma%2Fkaggle-competition-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkusuma%2Fkaggle-competition-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkusuma%2Fkaggle-competition-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bkusuma","download_url":"https://codeload.github.com/bkusuma/kaggle-competition-template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bkusuma%2Fkaggle-competition-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32831504,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-science","datascience","kaggle","kaggle-api","kaggle-challenge","kaggle-competition","kaggle-dataset","kaggle-digit-recognizer","kaggle-house-prices","kaggle-scripts","kaggle-solution","kaggle-titanic","machine-learning","machinelearning-python","python","r","template","template-generic-repo","template-repository","templates"],"created_at":"2025-03-12T03:23:20.582Z","updated_at":"2026-05-09T19:02:33.837Z","avatar_url":"https://github.com/bkusuma.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaggle Competition Template\n\nHere is a template you can use for managing your work and submissions for [Kaggle competitions](https://www.kaggle.com/competitions).\n\nThis project is based on the [kaggle_filestructure](https://github.com/mikezawitkowski/kaggle_filestructure) repository from [mikezawitkowski](https://github.com/mikezawitkowski) but with tweaks by me, an increased folder depth, and, most importantly, the ability to [\"Create a new repository\"](https://github.com/new?template_name=kaggle-competition-template\u0026template_owner=bkusuma) using this template!\n\n## Directory Structure\n\n```markdown\n.. \n└── kaggle\n     ├── input                      \u003c- data files for the competition \n     │    └── {competition-slug}\n     │          ├── test.csv        \u003c- example data\n     │          └── train.csv       \u003c- example data\n     ├── src                        \u003c- source scripts\n     ├── working                    \u003c- the working directory\n     │    ├── notebook.ipynb        \u003c- example Jupyter notebook\n     │    └── submission.csv        \u003c- example submission\n     ├── Original_README.md         \u003c- from kaggle.com/competitions/predict-west-nile-virus\n     └── README.md                  \u003c- what you're reading right now\n```\n\n## [Creating a repository from a template](#creating-a-repository-from-a-template)\n\n- Above the file list, click **Use this template**.\n- Then, select **Create a new repository**.\n\n![Screenshot of the \"Use this template\" button and the dropdown menu expanded to show the \"Open in a codespace\" option.](https://docs.github.com/assets/cb-76823/images/help/repository/use-this-template-button.png)\n\n- After using the template and cloning the repo, replace _{competition-slug}_ in the input directory with the slug from the competition you're working on\n  - e.g. for [kaggle.com/competitions/`titanic`](https://www.kaggle.com/competitions/`titanic`), the slug would be \"titanic\"  \n  - also upload the competition data to this folder  \n- Since the GitHub structure doesn't perfectly line up with Kaggle's, you will need to prepend filepath with \"`../..`\"\n  - e.g. `'/kaggle/input/titanic/`train.csv' from a Kaggle notebook becomes `'../../kaggle/input/titanic/`train.csv' for a Jupyter notebook in the \"working\" directory.\n\n****\n\n### A copy of the [Original_README](https://github.com/bkusuma/kaggle-competition-template/blob/main/Original_README.md) is in the repository as well but please note it was last updated 2015/05/04\n\n****\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkusuma%2Fkaggle-competition-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbkusuma%2Fkaggle-competition-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbkusuma%2Fkaggle-competition-template/lists"}