{"id":31883835,"url":"https://github.com/maxrdu/data-science-template","last_synced_at":"2025-10-13T03:35:35.276Z","repository":{"id":117141106,"uuid":"542186169","full_name":"maxrdu/data-science-template","owner":"maxrdu","description":null,"archived":false,"fork":false,"pushed_at":"2022-09-27T16:44:04.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T03:35:33.280Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","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/maxrdu.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":"2022-09-27T16:34:34.000Z","updated_at":"2022-09-27T16:44:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"f09e8fb7-7820-41a9-8342-2042ed56050c","html_url":"https://github.com/maxrdu/data-science-template","commit_stats":{"total_commits":7,"total_committers":1,"mean_commits":7.0,"dds":0.0,"last_synced_commit":"4577965b1ab6b53b0720acdc28ede05c43d5d128"},"previous_names":["maxrdu/data-science-template","mushroommaula/data-science-template"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/maxrdu/data-science-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrdu%2Fdata-science-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrdu%2Fdata-science-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrdu%2Fdata-science-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrdu%2Fdata-science-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxrdu","download_url":"https://codeload.github.com/maxrdu/data-science-template/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrdu%2Fdata-science-template/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279013516,"owners_count":26085368,"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-10-13T02:00:06.723Z","response_time":61,"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":"2025-10-13T03:35:30.341Z","updated_at":"2025-10-13T03:35:35.264Z","avatar_url":"https://github.com/maxrdu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"Data Science Template\n=====================\n\nA simple [cookiecutter](https://github.com/audreyr/cookiecutter) template for creating a modern (python) data science project.\n\n## Features\n- [Poetry](https://python-poetry.org) for dependency management\n- [nbdime](https://nbdime.readthedocs.io) to easily version jupyter notebooks using git\n- Commonly used packages like pandas, matplotlib, numpy and many more already included\n- [pre-commit](https://pre-commit.com) hooks such as [isort](https://github.com/PyCQA/isort) and [black](https://github.com/psf/black) for consistent, PEP8 conform code style\n\n\n## Getting started\nAssuming you have [cookiecutter](https://github.com/audreyr/cookiecutter) and [poetry](https://python-poetry.org) already installed the setup is as simple as running the following line in your terminal:\n\n```\ncookiecutter gh:MushroomMaula/data-science-template\n```\n\n## Project structure\n```\n├─ LICENSE\n├─ pyproject.toml       🠔 Configuration for poetry and other tools like black\n├─ README.md            🠔 Information about your project\n│\n├── data\n│   ├── interim         🠔 Intermediate data after some transformations have been \n│   │                     applied\n│   ├── processed       🠔 Data after processing, ready to be used in your models\n│   └── raw             🠔 The orginial data\n│\n├── docs                🠔 A folder to keep all your documentation about the project\n│   └── references      🠔 Other reading material\n│\n├── models              🠔 Trained models, e.g. as serialized objects\n│\n├── notebooks           🠔 Jupyter notebooks\n│   ├── exploratory     🠔 Notebooks that explore the data\n│   └── reports         🠔 More polished notebooks ready to be exported\n│\n└── src\n    ├── data            🠔 Scripts to generate/process your data\n    ├── models          🠔 Scripts to train/create your models\n    └── utils           🠔 Other utilities e.g. visualizations\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrdu%2Fdata-science-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxrdu%2Fdata-science-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrdu%2Fdata-science-template/lists"}