{"id":20795253,"url":"https://github.com/theochem/selector","last_synced_at":"2025-04-07T09:18:09.185Z","repository":{"id":38020806,"uuid":"452002925","full_name":"theochem/Selector","owner":"theochem","description":"Python library of algorithms for selecting diverse subsets of data for machine-learning. Webserver is hosted at https://huggingface.co/spaces/QCDevs/Selector.","archived":false,"fork":false,"pushed_at":"2025-02-05T05:35:33.000Z","size":25213,"stargazers_count":22,"open_issues_count":12,"forks_count":22,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-31T08:12:08.758Z","etag":null,"topics":["chemical-diversity","chemical-library-design","compound-acquisition","compound-selection","maximum-dissimilarity-search","maximum-diversity-molecule","variable-selection"],"latest_commit_sha":null,"homepage":"https://selector.qcdevs.org","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/theochem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","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-01-25T18:52:07.000Z","updated_at":"2025-02-05T05:35:28.000Z","dependencies_parsed_at":"2023-10-14T19:28:13.390Z","dependency_job_id":"7430d807-8055-4c53-addf-e59a47e6a5cd","html_url":"https://github.com/theochem/Selector","commit_stats":null,"previous_names":["theochem/selector"],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2FSelector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2FSelector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2FSelector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/theochem%2FSelector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/theochem","download_url":"https://codeload.github.com/theochem/Selector/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247622986,"owners_count":20968575,"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":["chemical-diversity","chemical-library-design","compound-acquisition","compound-selection","maximum-dissimilarity-search","maximum-diversity-molecule","variable-selection"],"created_at":"2024-11-17T16:20:36.639Z","updated_at":"2025-04-07T09:18:09.167Z","avatar_url":"https://github.com/theochem.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv style=\"text-align:center\"\u003e\n  \u003c!-- \u003ch1 style=\"margin-right: 20px;\"\u003eThe Selector Library\u003c/h1\u003e --\u003e\n  \u003cimg src=\"https://github.com/theochem/Selector/blob/main/book/content/selector_logo.png?raw=true\" alt=\"Logo\" style=\"width: 50%\"\u003e\n\u003c/div\u003e\n\n[![This project supports Python 3.9+](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org/downloads)\n[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)\n[![CI Tox](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yaml)\n[![codecov](https://codecov.io/gh/theochem/Selector/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/Selector)\n\nThe `Selector` library provides methods for selecting a diverse subset of a (molecular) dataset.\n\n## Citation\n\nPlease use the following citation in any publication using the `selector` library:\n\n```md\n@article{\n    TO BE ADDED LATER\n}\n```\n\n## Web Server\n\nWe have a web server for the `selector` library at https://huggingface.co/spaces/QCDevs/Selector.\nFor small and prototype datasets, you can use the web server to select a diverse subset of your\ndataset and compute the diversity metrics, where you can download the selected subset and the\ncomputed diversity metrics.\n\n## Installation\n\nIt is recommended to install `selector` within a virtual environment. To create a virtual\nenvironment, we can use the `venv` module (Python 3.3+,\nhttps://docs.python.org/3/tutorial/venv.html), `miniconda` (https://conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html), or\n`pipenv` (https://pipenv.pypa.io/en/latest/).\n\n### Installing from PyPI\n\nTo install `selector` with `pip`, we can install the latest stable release from the Python Package Index (PyPI) as follows:\n\n```bash\n    # install the stable release.\n    pip install qc-selector\n```\n\n### Installing from The Prebuild Wheel Files\n\nTo download the prebuilt wheel files, visit the [PyPI page](https://pypi.org/project/qc-selector/)\nand [GitHub releases](https://github.com/theochem/Selector/tags).\n\n```bash\n    # download the wheel file first to your local machine\n    # then install the wheel file\n    pip install file_path/qc_selector-0.0.2b12-py3-none-any.whl\n```\n\n### Installing from the Source Code\n\nIn addition, we can install the latest development version from the GitHub repository as follows:\n\n```bash\n    # install the latest development version\n    pip install git+https://github.com/theochem/Selector.git\n```\n\nWe can also clone the repository to access the latest development version, test it and install it as follows:\n\n```bash\n    # clone the repository\n    git clone git@github.com:theochem/Selector.git\n\n    # change into the working directory\n    cd Selector\n    # run the tests\n    python -m pytest .\n\n    # install the package\n    pip install .\n\n```\n\n## More\n\nSee https://selector.qcdevs.org for full details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheochem%2Fselector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftheochem%2Fselector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftheochem%2Fselector/lists"}