Skip to content

Commit

Permalink
add examples to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marinaevers committed Jul 3, 2024
1 parent 9b3a4c6 commit 14250fe
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 39 deletions.
17 changes: 16 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,19 @@
Examples
========

Examples go here
The following jupyter notebooks contain examples on how to use the library.

Uncertainty-aware multidimensional scaling
------------------------------------------

`Load data, reduce the dimensionality with UAMDS, visualize the output <https://github.com/UniStuttgart-VISUS/uadapy/blob/docs/examples/uamds.ipynb>`_

Uncertainty-aware principal component analysis
------------------------------------------

Check warning on line 13 in docs/examples.rst

View workflow job for this annotation

GitHub Actions / pages

Title underline too short.

Check warning on line 13 in docs/examples.rst

View workflow job for this annotation

GitHub Actions / pages

Title underline too short.

`Load data, reduce the dimensionality with UAPCA, visualize the output <https://github.com/UniStuttgart-VISUS/uadapy/blob/docs/examples/uapca.ipynb>`_

Working with own data
------------------------------------------

`Load data, create a distribution, visualize it <https://github.com/UniStuttgart-VISUS/uadapy/blob/docs/examples/ownData.ipynb>`_
91 changes: 88 additions & 3 deletions examples/ownData.ipynb

Large diffs are not rendered by default.

32 changes: 21 additions & 11 deletions examples/uamds.ipynb

Large diffs are not rendered by default.

46 changes: 22 additions & 24 deletions examples/upca.ipynb

Large diffs are not rendered by default.

0 comments on commit 14250fe

Please sign in to comment.