{"id":18789139,"url":"https://github.com/hmasdev/kaggle_env_template","last_synced_at":"2025-08-23T12:33:12.056Z","repository":{"id":199594134,"uuid":"703278581","full_name":"hmasdev/kaggle_env_template","owner":"hmasdev","description":"A template of kaggle experiment environment","archived":false,"fork":false,"pushed_at":"2024-11-30T01:52:59.000Z","size":27,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-21T13:14:01.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hmasdev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2023-10-11T00:19:35.000Z","updated_at":"2024-11-30T01:53:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"811701df-bda6-4eb8-9380-8e89c76f7825","html_url":"https://github.com/hmasdev/kaggle_env_template","commit_stats":null,"previous_names":["hmasdev/kaggle_env_template"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/hmasdev/kaggle_env_template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmasdev%2Fkaggle_env_template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmasdev%2Fkaggle_env_template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmasdev%2Fkaggle_env_template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmasdev%2Fkaggle_env_template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hmasdev","download_url":"https://codeload.github.com/hmasdev/kaggle_env_template/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hmasdev%2Fkaggle_env_template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271747022,"owners_count":24813604,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-23T02:00:09.327Z","response_time":69,"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":[],"created_at":"2024-11-07T21:06:47.869Z","updated_at":"2025-08-23T12:33:12.016Z","avatar_url":"https://github.com/hmasdev.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kaggle Experiment Environment Template\n\n![GitHub top language](https://img.shields.io/github/languages/top/hmasdev/kaggle_env_template)\n![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/hmasdev/kaggle_env_template?sort=semver)\n![GitHub](https://img.shields.io/github/license/hmasdev/kaggle_env_template)\n![GitHub last commit](https://img.shields.io/github/last-commit/hmasdev/kaggle_env_template)\n\nThis repository provides a template of Kaggle experiment environment.\n\n## Requirements\n\n- `python`\n- `uv`\n- `bash`\n\n## How to Use\n\nYou can create the environment template with executing the following 3 lines:\n\n```sh\ngit clone https://github.com/hmasdev/kaggle_env_template.git $YOUR_ENV_DIR_NAME\ncd $YOUR_ENV_DIR_NAME\n./setup.sh $KAGGLE_COMPETITION_NAME\n```\n\nIn the above commands, `$YOUR_ENV_DIR_NAME` is the name of the dirctory which you want to create and `$KAGGLE_COMPETITION_NAME` is the name of a Kaggle competition.\nFor example, when you want to create the experiment environment for [https://www.kaggle.com/competitions/titanic/overview](https://www.kaggle.com/competitions/titanic/overview), `$KAGGLE_COMPETITION_NAME` is `titanic`, i.e. `$KAGGLE_COMPETITION_NAME` will be the string between [https://www.kaggle.com/competitions/](https://www.kaggle.com/competitions/) and /overview in the URL of the competition's overview.\n\nAfter executing `./setup.sh $KAGGLE_COMPETITION_NAME`, you will see the following directory structure:\n\n```sh\n.\n├───.venv       # This is the python virtual environment for this project\n|───kaggle      # This is a dirctory for datasets\n│   └───input\n│       └───{the name of compedition}\n├───data        # This is a dirctory for datasets\n│   └───raw\n│       ├───{The zip file of the competition data}\n│       └───{The contents contained in the zip file, typically CSV files}\n├───models      # This is a directory for trained models\n└───notebook\n```\n\n## LICENSE\n\n[MIT](https://github.com/hmasdev/kaggle_env_template/tree/main/LICENSE)\n\n## Authors\n\n[hmasdev](https://github.com/hmasdev)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmasdev%2Fkaggle_env_template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhmasdev%2Fkaggle_env_template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhmasdev%2Fkaggle_env_template/lists"}