You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.rst
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,19 +50,27 @@ Core features
50
50
51
51
- **Efficient construction**
52
52
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.
54
56
55
57
- **Scikit-learn integration**
56
58
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.
58
62
59
63
- **Flexible visualization**
60
64
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.
62
68
63
69
- **Interactive app**
64
70
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
0 commit comments