File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 8484intersphinx_mapping = {
8585 "python" : ("https://docs.python.org/{.major}" .format (sys .version_info ), None ),
8686 "numpy" : ("https://docs.scipy.org/doc/numpy/" , None ),
87- "scikit-learn" : ("https://scikit-learn.org/stable/modules/classes.html " , None ),
87+ "scikit-learn" : ("https://scikit-learn.org/stable/" , None ),
8888}
8989
9090templates_path = ["_templates" ]
Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ The notebooks below demonstrate MultiMST on different datasets.
1010 Demo_spiral.ipynb
1111 Benchmark_MNIST.ipynb
1212 Benchmark_recall.ipynb
13-
13+ Benchmark_sensitivity.ipynb
Original file line number Diff line number Diff line change @@ -186,6 +186,7 @@ Supported Tasks
186186All three classes support several downstream tasks.
187187
188188.. code :: python
189+
189190 # Dimensionality reduction
190191 # - Creates fitted UMAP or TSNE models from the computed manifold graph.
191192 projector = model.umap(n_components = 2 ) # or
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ namespaces = false
4141[project .optional-dependencies ]
4242tests = [" pytest" ]
4343docs = [
44- " sphinx >= 8" ,
44+ # "sphinx >= 8.2", assume CI/CD system has latest version
4545 " nbsphinx >= 0.9" ,
4646 " sphinx_rtd_theme >= 2.0" ,
4747 " matplotlib >= 3.8" ,
You can’t perform that action at this time.
0 commit comments