Skip to content

Commit 1eb1d3e

Browse files
authored
Merge pull request #101 from lucasimi/develop
Changed header
2 parents 9fd24ea + df771f0 commit 1eb1d3e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Logo](https://github.com/lucasimi/tda-mapper-python/raw/main/docs/source/logos/tda-mapper-logo-horizontal.png)
2+
13
[![PyPI version](https://badge.fury.io/py/tda-mapper.svg)](https://badge.fury.io/py/tda-mapper)
24
[![downloads](https://img.shields.io/pypi/dm/tda-mapper)](https://pypi.python.org/pypi/tda-mapper/)
35
[![test](https://github.com/lucasimi/tda-mapper-python/actions/workflows/test.yml/badge.svg)](https://github.com/lucasimi/tda-mapper-python/actions/workflows/test.yml)
@@ -7,14 +9,16 @@
79
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.10642381.svg)](https://doi.org/10.5281/zenodo.10642381)
810
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](https://tda-mapper-app.streamlit.app/)
911

10-
![Logo](https://github.com/lucasimi/tda-mapper-python/raw/main/docs/source/logos/tda-mapper-logo-horizontal.png)
12+
# tda-mapper
1113

12-
**tda-mapper** is a simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis
14+
A simple and efficient Python implementation of Mapper algorithm for Topological Data Analysis
1315

1416
* **Installation**: `pip install tda-mapper`
1517

1618
* **Documentation**: https://tda-mapper.readthedocs.io/en/main/
1719

20+
* **Demo App**: https://tda-mapper-app.streamlit.app/
21+
1822
The Mapper algorithm is a well-known technique in the field of topological data analysis that allows data to be represented as a graph.
1923
Mapper is used in various fields such as machine learning, data mining, and social sciences, due to its ability to preserve topological features of the underlying space, providing a visual representation that facilitates exploration and interpretation.
2024
For an in-depth coverage of Mapper you can read [the original paper](https://research.math.osu.edu/tgda/mapperPBG.pdf).

0 commit comments

Comments
 (0)