{"id":16567899,"url":"https://github.com/drorata/rossmann_store_sales","last_synced_at":"2026-06-08T10:01:56.723Z","repository":{"id":150667753,"uuid":"129724436","full_name":"drorata/rossmann_store_sales","owner":"drorata","description":"Playing around with the Rossmann data set from kaggle","archived":false,"fork":false,"pushed_at":"2018-04-16T19:04:35.000Z","size":7994,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-05T10:46:37.401Z","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/drorata.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":"2018-04-16T10:16:10.000Z","updated_at":"2018-04-16T19:04:35.000Z","dependencies_parsed_at":null,"dependency_job_id":"f2856ab9-63ce-4a2e-aa4c-5f2fbcab684a","html_url":"https://github.com/drorata/rossmann_store_sales","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drorata/rossmann_store_sales","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorata%2Frossmann_store_sales","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorata%2Frossmann_store_sales/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorata%2Frossmann_store_sales/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorata%2Frossmann_store_sales/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drorata","download_url":"https://codeload.github.com/drorata/rossmann_store_sales/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drorata%2Frossmann_store_sales/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34057158,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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-10-11T21:07:45.357Z","updated_at":"2026-06-08T10:01:56.706Z","avatar_url":"https://github.com/drorata.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Rossmann store sales - kaggle\n\nSome playing around with kaggle competition dealing with predictions on the sales of [Rossmann shops](https://www.kaggle.com/c/rossmann-store-sales/data).\nThis project is derived from [ds-cookiecutter](https://github.com/drorata/ds-cookiecutter).\n\n## Running docker container\n\nYou can experiment with this analysis using the provided docker image.\nThis can be done in two steps, first build the image:\n\n```bash\ndocker build -t rossmann .\n```\n\nYou can replace the name of the image as per your convenience.\nThis step can take couple of minutes, depending on the machine you're using.\nNext, you can run the built image:\n\n```bash\ndocker run -p 8899:8888 -it --rm rossmann\n```\n\nand visit on `localhost:8899`.\nThe port `8899` can be replaced upon running the image.\n\n## Project Organization\n\n    ├── LICENSE\n    ├── README.md          \u003c- The top-level README (this file)\n    ├── data\n    │   ├── external       \u003c- Data from third party sources.\n    │   ├── interim        \u003c- Intermediate data that has been transformed.\n    │   ├── processed      \u003c- The final, canonical data sets for modeling.\n    │   └── raw            \u003c- The original, immutable data dump.\n    │\n    ├── notebooks          \u003c- Main analysis is happening in the notebook available here\n    │\n    ├── environment.yml    \u003c- Definition of the computation environment when using `conda`\n    │\n    └── src                \u003c- Note used. Additional code could come in here.\n        ├── __init__.py    \u003c- Makes src a Python module\n        │\n        ├── data           \u003c- Scripts to download or generate data\n        │   └── make_dataset.py\n        │\n        ├── features       \u003c- Scripts to turn raw data into features for modeling\n        │   └── build_features.py\n        │\n        ├── models         \u003c- Scripts to train models and then use trained models to make\n        │   │                 predictions\n        │   ├── predict_model.py\n        │   └── train_model.py\n        │\n        └── visualization  \u003c- Scripts to create exploratory and results oriented visualizations\n            └── visualize.py\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrorata%2Frossmann_store_sales","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrorata%2Frossmann_store_sales","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrorata%2Frossmann_store_sales/lists"}