forked from PAIR-code/understanding-umap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc4b01a
commit 699dc68
Showing
1 changed file
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
# UMAP Article | ||
# Understanding UMAP | ||
|
||
Svelte app for interactive article about UMAP. | ||
|
||
```bash | ||
yarn | ||
yarn dev | ||
|
||
# To run individual figures standalone | ||
yarn dev:toy | ||
yarn dev:toy_comparison | ||
# To develop figures individually | ||
yarn dev:cech | ||
yarn dev:hyperparameters | ||
yarn dev:mammoth-umap | ||
yarn dev:mammoth-tsne | ||
yarn dev:supplement | ||
yarn dev:toy | ||
yarn dev:toy_comparison | ||
``` |