-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tda-mapper presubmission #219
Comments
Hi @lucasimi I'm checking your package and will get back to you with the comments this week! |
Hi @SimonMolinsky, Thank you for taking care of this! If you have any question let me know. |
Hi @lucasimi I've checked your package. I was wondering about the relation of Other baseline requirements (scope, general package and documentation structure, scientific need, license) are met. You can submit your package for the peer review. I will close this issue when you create review submission. |
Submitting Author: Luca Simi (@lucasimi)
Package Name: tda-mapper
One-Line Description of Package: A Python library based on the Mapper algorithm for Topological Data Analysis.
Repository Link (if existing): https://github.com/lucasimi/tda-mapper-python
EiC: @SimonMolinsky
Code of Conduct & Commitment to Maintain Package
Description
Community Partnerships
We partner with communities to support peer review with an additional layer of
checks that satisfy community requirements. If your package fits into an
existing community please check below:
Scope
Please indicate which category or categories this package falls under:
Domain Specific
Explain how and why the package falls under these categories (briefly, 1-2 sentences). For community partnerships, check also their specific guidelines as documented in the links above. Please note any areas you are unsure of: This library falls under the categories of "data processing/munging" and "data visualization" because it uses the Mapper algorithm to transform complex datasets into network representations, enabling users to process, analyze, and visually explore underlying structures and relationships.
Who is the target audience and what are the scientific applications of this package? This package is aimed at researchers and data scientists engaged in exploratory data analysis. The Mapper algorithm is particularly useful in the early stages of data exploration, helping to uncover patterns and structures that guide further, more detailed analysis. It has been successfully applied in diverse fields, including social sciences, biology, and machine learning, to gain insights into complex datasets.
Are there other Python packages that accomplish similar things? If so, how does yours differ? Several Python packages, such as GUDHI, giotto-tda, and Kepler Mapper, offer implementations of the Mapper algorithm. However, tda-mapper differs from them by prioritizing performance and scalability in higher-dimensional spaces. Specifically, it efficiently computes Mapper on high-dimensional "lenses" that are computationally challenging for traditional methods. This approach not only enables the handling of larger and more complex datasets but also results in Mapper graphs that are easier to interpret and navigate. The approach used by tda-mapper scales better with dimension, making it faster and more responsive for interactive explorations compared to conventional techniques.
Any other questions or issues we should be aware of:
P.S. Have feedback/comments about our review process? Leave a comment here
The text was updated successfully, but these errors were encountered: