{"id":16391839,"url":"https://github.com/alexandregazagnes/scikit-res","last_synced_at":"2026-01-20T07:32:47.061Z","repository":{"id":219109758,"uuid":"748198510","full_name":"AlexandreGazagnes/scikit-res","owner":"AlexandreGazagnes","description":"Very Basic package to store results of ML models Grid search results are hard to exploit. This package aims to store them in a more convenient way. ","archived":false,"fork":false,"pushed_at":"2024-04-28T13:49:41.000Z","size":4397,"stargazers_count":2,"open_issues_count":4,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T04:49:34.104Z","etag":null,"topics":["data","machine-learning","mlops","mlops-workflow","results","scikit-learn"],"latest_commit_sha":null,"homepage":"https://alexandregazagnes.github.io/scikit-res","language":"Python","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/AlexandreGazagnes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2024-01-25T13:36:52.000Z","updated_at":"2024-04-28T13:49:44.000Z","dependencies_parsed_at":"2024-04-28T14:49:43.556Z","dependency_job_id":null,"html_url":"https://github.com/AlexandreGazagnes/scikit-res","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"41d993578e3103edbb25a4ef0ed345dbbebc8ea5"},"previous_names":["alexandregazagnes/scikit-res"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/AlexandreGazagnes/scikit-res","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreGazagnes%2Fscikit-res","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreGazagnes%2Fscikit-res/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreGazagnes%2Fscikit-res/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreGazagnes%2Fscikit-res/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AlexandreGazagnes","download_url":"https://codeload.github.com/AlexandreGazagnes/scikit-res/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AlexandreGazagnes%2Fscikit-res/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28598157,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T02:08:49.799Z","status":"ssl_error","status_checked_at":"2026-01-20T02:08:44.148Z","response_time":117,"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":["data","machine-learning","mlops","mlops-workflow","results","scikit-learn"],"created_at":"2024-10-11T04:47:30.165Z","updated_at":"2026-01-20T07:32:47.046Z","avatar_url":"https://github.com/AlexandreGazagnes.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"![image](./.assets/img.png)\n\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)  ![Python](https://img.shields.io/badge/python-3.10.x-green.svg) ![Repo Size](https://img.shields.io/github/repo-size/Sulstice/global-chem)  [![PEP8](https://img.shields.io/badge/code%20style-pep8-orange.svg)](https://www.python.org/dev/peps/pep-0008/) [![Poetry](https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json)](https://python-poetry.org/) ![Coverage](./.assets/cov.svg) ![CI](https://github.com/AlexandreGazagnes/scikit-res/actions/workflows/ci.yaml/badge.svg) ![statics](https://github.com/AlexandreGazagnes/scikit-res/actions/workflows/statics.yaml/badge.svg)\n\n# Scikit-res : Scikit-learn + results\n\n## About\n\n### Context\n\nVery Basic package to store results of ML models\nGrid search results are hard to exploit. This package aims to store them in a more convenient way.\n\n\n## Installation\n\n### Clone the repository\n\nPlease clone the repository using the following command :\n\n* for https :\n```bash\ngit clone https://github.com/AlexandreGazagnes/skres.git\n```\n* for ssh :\n```bash\ngit clone git@github.com:AlexandreGazagnes/skres.git\n```\n\n### Install the dependencies\n\nThe project uses [Poetry](https://python-poetry.org/) to manage its dependencies. Please install it using the following command :\n\n```bash\npip install poetry\n```\n\nThen, please install the dependencies using the following command :\n\n```bash\npoetry install\n```\n\nAlternatively, you can install the dependencies using the following command :\n\n```bash\npython3 -m venv .venv\nsource .venv/bin/activate\npip install -r requirements.txt\npip install -r .utils/requirements-dev.txt\n```\n\n## Usage\n\n```python\nfrom skres import SkRes\ngrid_search = GridSearchCV(...)\ngrid_search.fit(X_train, y_train)\nskres = SkRes(grid_search)\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n\n## License\n\n[GPLv3](LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandregazagnes%2Fscikit-res","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falexandregazagnes%2Fscikit-res","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falexandregazagnes%2Fscikit-res/lists"}