|
7 | 7 | |Codecov| |DOI zenodo| |DOI JOSS| |
8 | 8 |
|
9 | 9 | Kepler Mapper |
10 | | ----------------- |
| 10 | +============= |
11 | 11 |
|
| 12 | +.. epigraph:: |
12 | 13 |
|
13 | | - Nature uses as little as possible of anything. - Johannes Kepler |
| 14 | + Nature uses as little as possible of anything. |
14 | 15 |
|
15 | | -This is a library implementing the Mapper algorithm in Python. KeplerMapper can be used for visualization of high-dimensional data and 3D point cloud data. KeplerMapper can make use of Scikit-Learn API compatible cluster and scaling algorithms. You can find the source code on github at |
16 | | -`scikit-tda/kepler-mapper <https://github.com/scikit-tda/kepler-mapper>`_. |
| 16 | + -- Johannes Kepler |
17 | 17 |
|
18 | | -KeplerMapper employs approaches based on the MAPPER algorithm (Singh et al.) as first described in the paper "Topological Methods for the Analysis of High Dimensional Data Sets and 3D Object Recognition". |
| 18 | +This is a library implementing the Mapper algorithm in Python. KeplerMapper can |
| 19 | +be used for visualization of high-dimensional data and 3D point cloud data. |
| 20 | +KeplerMapper can make use of Scikit-Learn API compatible cluster and scaling |
| 21 | +algorithms. You can find the source code on github at |
| 22 | +`scikit-tda/kepler-mapper`_. |
19 | 23 |
|
20 | | -Setup |
21 | | -======================= |
| 24 | +.. _scikit-tda/kepler-mapper: https://github.com/scikit-tda/kepler-mapper |
22 | 25 |
|
23 | | -Install KeplerMapper with pip: |
| 26 | +KeplerMapper employs approaches based on the MAPPER algorithm (Singh et al.) as |
| 27 | +first described in the paper "Topological Methods for the Analysis of High |
| 28 | +Dimensional Data Sets and 3D Object Recognition". |
24 | 29 |
|
25 | | -:: |
26 | 30 |
|
27 | | - pip install kmapper |
| 31 | +.. User's Guide |
| 32 | +.. ------------ |
| 33 | +.. |
| 34 | +.. These pages explain what KeplerMapper is, illustrate how to use it, and discuss |
| 35 | +.. and demonstrate applications of it. |
28 | 36 |
|
29 | 37 |
|
30 | 38 |
|
31 | | -Citations |
32 | | -======================= |
33 | | - |
34 | | -To credit KeplerMapper in your work, please cite both the `JOSS paper`_ |
35 | | -and the `Zenodo archive`_. The former provides a high level description |
36 | | -of the package, and the latter points to a permanent record of all KeplerMapper versions |
37 | | -(we encourage you to cite the specific version you used). |
38 | | - |
39 | | -.. _JOSS paper: https://doi.org/10.21105/joss.01315 |
40 | | -.. _Zenodo archive: https://doi.org/10.5281/zenodo.1002377 |
41 | | - |
42 | | -Example citations (for KeplerMapper 1.4.1): |
43 | | - |
44 | | - van Veen et al., (2019). Kepler Mapper: A flexible Python implementation of the Mapper algorithm. |
45 | | - Journal of Open Source Software, 4(42), 1315, https://doi.org/10.21105/joss.01315 |
46 | | - |
47 | | - Hendrik Jacob van Veen, Nathaniel Saul, David Eargle, & Sam W. Mangham. |
48 | | - (2019, October 14). Kepler Mapper: A flexible Python implementation of the Mapper algorithm (Version 1.4.1). |
49 | | - Zenodo. http://doi.org/10.5281/zenodo.4077395 |
50 | | - |
51 | | -Bibtex entry for JOSS article: |
52 | | - |
53 | | -:: |
54 | | - |
55 | | - @article{KeplerMapper_JOSS, |
56 | | - doi = {10.21105/joss.01315}, |
57 | | - url = {https://doi.org/10.21105/joss.01315}, |
58 | | - year = {2019}, |
59 | | - publisher = {The Open Journal}, |
60 | | - volume = {4}, |
61 | | - number = {42}, |
62 | | - pages = {1315}, |
63 | | - author = {Hendrik Jacob van Veen and Nathaniel Saul and David Eargle and Sam W. Mangham}, |
64 | | - title = {Kepler Mapper: A flexible Python implementation of the Mapper algorithm.}, |
65 | | - journal = {Journal of Open Source Software} |
66 | | - } |
67 | | - |
68 | | -Bibtex entry for the Zenodo archive, version 1.4.1: |
69 | | - |
70 | | -:: |
71 | | - |
72 | | - @software{KeplerMapper_v1.4.1-Zenodo, |
73 | | - author = {Hendrik Jacob van Veen and |
74 | | - Nathaniel Saul and |
75 | | - Eargle, David and |
76 | | - Sam W. Mangham}, |
77 | | - title = {{Kepler Mapper: A flexible Python implementation of |
78 | | - the Mapper algorithm}}, |
79 | | - month = oct, |
80 | | - year = 2020, |
81 | | - publisher = {Zenodo}, |
82 | | - version = {1.4.1}, |
83 | | - doi = {10.5281/zenodo.4077395}, |
84 | | - url = {https://doi.org/10.5281/zenodo.4077395} |
85 | | - } |
86 | | - |
87 | | - |
88 | | - |
89 | | -Contributions |
90 | | -======================= |
91 | | - |
92 | | -We welcome contributions of all shapes and sizes. There are lots of opportunities for potential projects, so please get in touch if you would like to help out. Everything from an implementation of your favorite distance, notebooks, examples, and documentation are all equally valuable so please don’t feel you can’t contribute. |
93 | | - |
94 | | -To contribute please fork the project make your changes and submit a pull request. We will do our best to work through any issues with you and get your code merged into the main branch. |
95 | | - |
96 | | -.. include:: ../README.rst |
97 | 39 |
|
98 | 40 | .. toctree:: |
99 | | - :hidden: |
100 | | - :maxdepth: 1 |
101 | | - :caption: User Guide |
| 41 | + :caption: User's Guide |
| 42 | + :maxdepth: 2 |
102 | 43 |
|
103 | 44 | theory |
104 | 45 | started |
105 | 46 | examples |
106 | 47 | applications |
107 | | - reference/index |
| 48 | + tutorials |
| 49 | + case_studies |
108 | 50 |
|
109 | | -.. toctree:: |
110 | | - :hidden: |
111 | | - :maxdepth: 1 |
112 | | - :caption: Tutorials |
113 | 51 |
|
114 | | - notebooks/Adapters |
115 | | - notebooks/Plotly-Demo |
116 | | - notebooks/Cancer-demo |
117 | | - notebooks/KeplerMapper-usage-in-Jupyter-Notebook |
| 52 | +.. API Reference |
| 53 | +.. ------------- |
| 54 | +.. |
| 55 | +.. These pages link to documentation for specific KeplerMapper classes and functions. |
118 | 56 |
|
119 | 57 | .. toctree:: |
120 | | - :hidden: |
121 | | - :maxdepth: 1 |
122 | | - :caption: Advanced Case Studies |
123 | | - |
124 | | - notebooks/KeplerMapper-Newsgroup20-Pipeline |
125 | | - notebooks/TOR-XGB-TDA |
126 | | - notebooks/Confidence-Graphs |
127 | | - notebooks/self-guessing |
| 58 | + :caption: API Reference |
| 59 | + :maxdepth: 2 |
| 60 | + |
| 61 | + reference/index |
| 62 | + |
| 63 | + |
| 64 | +.. include:: citations.txt |
| 65 | +.. include:: contributions.txt |
| 66 | + |
128 | 67 |
|
129 | 68 |
|
130 | 69 | .. |Downloads| image:: https://img.shields.io/pypi/dm/kmapper |
|
0 commit comments