Skip to content

Commit 36560bf

Browse files
committed
Fixed format
1 parent cc33f65 commit 36560bf

2 files changed

Lines changed: 13 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ and in the
3939

4040
- **Flexible visualization**
4141

42-
Multiple visualization backends supported (e.g., Plotly, Matplotlib) for
42+
Multiple visualization backends supported (Plotly, Matplotlib, PyVis) for
4343
generating high-quality Mapper graph representations with adjustable
4444
layouts and styling.
4545

docs/source/index.rst

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,19 +50,27 @@ Core features
5050

5151
- **Efficient construction**
5252

53-
Leverages optimized spatial search techniques and parallelization to accelerate the construction of Mapper graphs, supporting the analysis of high-dimensional datasets.
53+
Leverages optimized spatial search techniques and parallelization to
54+
accelerate the construction of Mapper graphs, supporting the analysis of
55+
high-dimensional datasets.
5456

5557
- **Scikit-learn integration**
5658

57-
Provides custom estimators that are fully compatible with scikit-learn's API, enabling seamless integration into scikit-learn pipelines for tasks such as dimensionality reduction, clustering, and feature extraction.
59+
Provides custom estimators that are fully compatible with scikit-learn's
60+
API, enabling seamless integration into scikit-learn pipelines for tasks
61+
such as dimensionality reduction, clustering, and feature extraction.
5862

5963
- **Flexible visualization**
6064

61-
Multiple visualization backends supported (e.g., Plotly, Matplotlib) for generating high-quality Mapper graph representations with adjustable layouts and styling.
65+
Multiple visualization backends supported (Plotly, Matplotlib, PyVis) for
66+
generating high-quality Mapper graph representations with adjustable
67+
layouts and styling.
6268

6369
- **Interactive app**
6470

65-
Provides an interactive web-based interface (via Streamlit) for dynamic exploration of Mapper graph structures, offering real-time adjustments to parameters and visualizations.
71+
Provides an interactive web-based interface (via Streamlit) for dynamic
72+
exploration of Mapper graph structures, offering real-time adjustments to
73+
parameters and visualizations.
6674

6775

6876
Background

0 commit comments

Comments
 (0)