{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/scikit-dimension-a-python-package-for","title":"Scikit-dimension: a Python package for intrinsic dimension estimation","arxiv_id":"2109.02596","date":"2021-09-06","proceeding":null,"authors":["Jonathan Bac","Evgeny M. Mirkes","Alexander N. Gorban","Ivan Tyukin","Andrei Zinovyev"],"abstract":"Dealing with uncertainty in applications of machine learning to real-life data critically depends on the knowledge of intrinsic dimensionality (ID). A number of methods have been suggested for the purpose of estimating ID, but no standard package to easily apply them one by one or all at once has been implemented in Python. This technical note introduces \\texttt{scikit-dimension}, an open-source Python package for intrinsic dimension estimation. \\texttt{scikit-dimension} package provides a uniform implementation of most of the known ID estimators based on scikit-learn application programming interface to evaluate global and local intrinsic dimension, as well as generators of synthetic toy and benchmark datasets widespread in the literature. The package is developed with tools assessing the code quality, coverage, unit testing and continuous integration. We briefly describe the package and demonstrate its use in a large-scale (more than 500 datasets) benchmarking of methods for ID estimation in real-life and synthetic data. The source code is available from https://github.com/j-bac/scikit-dimension , the documentation is available from https://scikit-dimension.readthedocs.io .","url_abs":"https://arxiv.org/abs/2109.02596v1","url_pdf":"https://arxiv.org/pdf/2109.02596v1.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"scikit-dimension-a-python-package-for","repo_url":"https://github.com/j-bac/scikit-dimension","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"none","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"tasks":[{"task_slug":"benchmarking","task_name":"Benchmarking"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2109.02596","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2109.02596"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/j-bac/scikit-dimension","reach":{"status":"ok","spdx":"BSD-3-Clause"}}],"summary":{"unverified":6},"by_repo_kind":{"official":{"samples":6,"ran":0,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"1f565937e629d46f","entry":"efficient_indnComb","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/_commonfuncs.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/_commonfuncs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"1f565937e629d46f"}},{"code_sha256_prefix":"9a9ba4ee087bf022","entry":"hyperBall","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/datasets.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"9a9ba4ee087bf022"}},{"code_sha256_prefix":"6562ed35bf6f051d","entry":"hyperSphere","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/datasets.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"6562ed35bf6f051d"}},{"code_sha256_prefix":"baddb975caa49409","entry":"hyperTwinPeaks","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/datasets.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/datasets.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"baddb975caa49409"}},{"code_sha256_prefix":"fbd8319cbf455346","entry":"indComb","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/_commonfuncs.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/_commonfuncs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"fbd8319cbf455346"}},{"code_sha256_prefix":"bfb142a024d746c9","entry":"indnComb","repo":"j-bac/scikit-dimension","repo_kind":"official","path":"skdim/_commonfuncs.py","file_url":"https://github.com/j-bac/scikit-dimension/blob/HEAD/skdim/_commonfuncs.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"BSD-3-Clause","inline_ok":true,"mcp_get_code":{"code_sha256":"bfb142a024d746c9"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}