Skip to content

Commit

Permalink
Merge pull request #113 from empet/plotlyviz
Browse files Browse the repository at this point in the history
plotly visualizations! So good.
  • Loading branch information
Nathaniel Saul authored Oct 31, 2018
2 parents d640181 + f70b161 commit a8c847c
Show file tree
Hide file tree
Showing 32 changed files with 3,025 additions and 1,439 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ python:

install:
- pip install .
- pip install python-igraph plotly ipywidgets
- pip install pytest-cov

script:
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@
This is a Python implementation of the TDA Mapper algorithm for visualization of high-dimensional data. For complete documentation, see [https://kepler-mapper.scikit-tda.org](https://kepler-mapper.scikit-tda.org).



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".

KeplerMapper can make use of Scikit-Learn API compatible cluster and scaling algorithms.
Expand All @@ -27,14 +25,16 @@ KeplerMapper requires:
- NumPy
- Scikit-learn

Running some of the examples requires:
Using the plotly visualizations requires a few extra libraries:

- matplotlib
- Python-Igraph
- Plotly
- Ipywidgets

Visualizations load external resources:
Additionally, running some of the examples requires:

- Roboto Webfont (Google)
- D3.js (Mike Bostock)
- matplotlib
- umap-learn


### Installation
Expand Down
Loading

0 comments on commit a8c847c

Please sign in to comment.