{"id":18869356,"url":"https://github.com/codersales/unsupervised-learning-clustering","last_synced_at":"2026-03-08T06:31:26.495Z","repository":{"id":185186254,"uuid":"626381233","full_name":"CoderSales/unsupervised-learning-clustering","owner":"CoderSales","description":"- tarball handler py ###########/ |||||||||| - shell script3.sh ########## |||||||||||||||||| - Unsupervised learning Clustering kmeans and hierarchical ##### |||||||||||||||| - topics: | 20-topics | may-2023-filtered | may-2023-filtered-2 | may-2023-filtered-3 | filtered-4 | frequent","archived":false,"fork":false,"pushed_at":"2026-02-11T16:52:29.000Z","size":61573,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-12T00:09:29.008Z","etag":null,"topics":["1st-triple-quarter-2023","2023","291-commits","a-top-repo","april-2023","clustering","code","current","h1-2023","jupyter","machine-learning","major","over-200-commits","python","python3","q2-2023","ranked","shell","tarball","unsupervised-learning"],"latest_commit_sha":null,"homepage":"","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/CoderSales.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,"zenodo":null}},"created_at":"2023-04-11T11:02:08.000Z","updated_at":"2026-02-11T16:52:30.000Z","dependencies_parsed_at":"2025-05-17T03:37:23.128Z","dependency_job_id":null,"html_url":"https://github.com/CoderSales/unsupervised-learning-clustering","commit_stats":null,"previous_names":["codersales/unsupervised-learning-clustering"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/CoderSales/unsupervised-learning-clustering","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderSales%2Funsupervised-learning-clustering","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderSales%2Funsupervised-learning-clustering/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderSales%2Funsupervised-learning-clustering/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderSales%2Funsupervised-learning-clustering/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CoderSales","download_url":"https://codeload.github.com/CoderSales/unsupervised-learning-clustering/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CoderSales%2Funsupervised-learning-clustering/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30247325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["1st-triple-quarter-2023","2023","291-commits","a-top-repo","april-2023","clustering","code","current","h1-2023","jupyter","machine-learning","major","over-200-commits","python","python3","q2-2023","ranked","shell","tarball","unsupervised-learning"],"created_at":"2024-11-08T05:16:32.178Z","updated_at":"2026-03-08T06:31:26.455Z","avatar_url":"https://github.com/CoderSales.png","language":"Jupyter Notebook","readme":"# unsupervised-learning-clustering\r\n\r\n## Key elements in this repository:\r\n\r\n### Setup:\r\n1. References\r\n2. `script3.sh` - activates virtual environment (or `source scripy3.sh`)\r\n3. `.bashrc` - for virtual environment\r\n    - in .venv folder\r\n4. Python Select Interpreter\r\n5. pip install ipykernel\r\n6. pip install jupyter\r\n7. sh installer.sh\r\n8. python.exe -m pip install --upgrade pip\r\n9. pip install notebook\r\n10. pip install pandas \r\n11. python -m pip install -U pip\r\n12. python -m pip install -U matplotlib\r\n13. pip install seaborn\r\n14. pip install -U scikit-learn\r\n15. pip install openpyxl\r\n16. pip install nb-black\r\n17. pip install xlwings\r\n18. xlwings addin install\r\n19. pip install natsort\r\n### Save setup\r\n1. pip freeze \u003e requirements.txt\r\n\r\n### Load setup\r\n1. pip install -r requirements.txt\r\n\r\n### Analysis:\r\n\r\n1. notebooks/K-Means.ipynb\r\n2. data/technical_support_data-2.csv\r\n\r\n### Tarball Data Extraction:\r\n1. python tarball-handler.py\r\n\r\n    #### Add to gitignore:\r\n    ##### 1. custom components\r\n    ##### 1.1 large files\r\n    ##### 1.1.1 tarball\r\n    TCGA-PANCAN-HiSeq-801x20531.tar.gz\r\n\r\n    ##### 1.1.2 large data from tarball\r\n    data/gene_data/TCGA-PANCAN-HiSeq-801x20531/TCGA-PANCAN-HiSeq-801x20531/data.csv\r\n    data/gene_data/TCGA-PANCAN-HiSeq-801x20531/TCGA-PANCAN-HiSeq-801x20531/labels.csv\r\n\r\n### Note on data files and Large Data sets on GitHub:\r\nAdd data in own commit\r\nin case of 50 MB GitHub warning\r\n\r\n### update to .gitignore:\r\n```\r\n*.json\r\n!spec/*.json\r\n```\r\n\r\nadapted to:\r\n\r\n`!*/ProcessedData.xlsx`\r\n\r\n[git ignore all files of a certain type, except those in a specific subfolder](https://stackoverflow.com/questions/4621072/git-ignore-all-files-of-a-certain-type-except-those-in-a-specific-subfolder)","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersales%2Funsupervised-learning-clustering","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodersales%2Funsupervised-learning-clustering","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodersales%2Funsupervised-learning-clustering/lists"}