{"id":20986415,"url":"https://github.com/mgobeaalcoba/cookiecutter_project_final","last_synced_at":"2026-04-29T13:35:43.800Z","repository":{"id":84335920,"uuid":"463146917","full_name":"Mgobeaalcoba/cookiecutter_project_final","owner":"Mgobeaalcoba","description":"Mi proyecto final de creación de entorno profesional de trabajo en Ciencia de Datos. ","archived":false,"fork":false,"pushed_at":"2022-02-24T12:52:52.000Z","size":54,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-20T07:32:36.460Z","etag":null,"topics":["cookiecutter","data-science","python","template-project"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Mgobeaalcoba.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-02-24T12:51:21.000Z","updated_at":"2023-03-31T14:57:13.000Z","dependencies_parsed_at":"2023-03-11T12:30:29.452Z","dependency_job_id":null,"html_url":"https://github.com/Mgobeaalcoba/cookiecutter_project_final","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fcookiecutter_project_final","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fcookiecutter_project_final/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fcookiecutter_project_final/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mgobeaalcoba%2Fcookiecutter_project_final/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Mgobeaalcoba","download_url":"https://codeload.github.com/Mgobeaalcoba/cookiecutter_project_final/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243392978,"owners_count":20283694,"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","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":["cookiecutter","data-science","python","template-project"],"created_at":"2024-11-19T06:13:32.373Z","updated_at":"2026-04-29T13:35:38.777Z","avatar_url":"https://github.com/Mgobeaalcoba.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FINAL_PROJECT\n\nProyecto final del curso de entorno profesional de trabajo\n  \n## Installation guide\n\nPlease read [install.md](install.md) for details on how to set up this project.\n\n## Project Organization\n\n    ├── LICENSE\n    ├── tasks.py           \u003c- Invoke with commands like `notebook`.\n    ├── README.md          \u003c- The top-level README for developers using this project.\n    ├── install.md         \u003c- Detailed instructions to set up this project.\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    ├── models             \u003c- Trained and serialized models, model predictions, or model summaries.\n    │\n    ├── notebooks          \u003c- Jupyter notebooks. Naming convention is a number (for ordering),\n    │                         the creator's initials, and a short `-` delimited description, e.g.\n    │                         `1.0-jqp-initial-data-exploration`.\n    │\n    ├── references         \u003c- Data dictionaries, manuals, and all other explanatory materials.\n    │\n    ├── reports            \u003c- Generated analysis as HTML, PDF, LaTeX, etc.\n    │   └── figures         \u003c- Generated graphics and figures to be used in reporting.\n    │\n    ├── environment.yml    \u003c- The requirements file for reproducing the analysis environment.\n    │\n    ├── .here              \u003c- File that will stop the search if none of the other criteria\n    │                         apply when searching head of project.\n    │\n    ├── setup.py           \u003c- Makes project pip installable (pip install -e .)\n    │                         so final_project can be imported.\n    │\n    └── final_project               \u003c- Source code for use in this project.\n        ├── __init__.py    \u003c- Makes final_project 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        ├── utils          \u003c- Scripts to help with common tasks.\n            └── paths.py   \u003c- Helper functions to relative file referencing across project.\n        │\n        └── visualization  \u003c- Scripts to create exploratory and results oriented visualizations.\n            └── visualize.py\n\n---\nProject based on the [cookiecutter conda data science project template](https://github.com/jvelezmagic/cookiecutter-conda-data-science).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Fcookiecutter_project_final","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmgobeaalcoba%2Fcookiecutter_project_final","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmgobeaalcoba%2Fcookiecutter_project_final/lists"}