dimensionality-reduction
Here are 827 public repositories matching this topic...
-
Updated
Jun 21, 2022 - Jupyter Notebook
-
Updated
May 19, 2022
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 9, 2022 - Python
-
Updated
Jul 5, 2022 - Python
-
Updated
Mar 18, 2022 - Python
-
Updated
Apr 5, 2022
-
Updated
May 1, 2022 - Python
-
Updated
Jun 21, 2022 - Python
-
Updated
Jul 5, 2022 - Julia
-
Updated
Aug 24, 2021 - Jupyter Notebook
-
Updated
Jul 22, 2019 - Jupyter Notebook
-
Updated
May 8, 2022 - R
-
Updated
May 14, 2022 - Python
-
Updated
Aug 31, 2021 - JavaScript
-
Updated
Jun 2, 2022 - Jupyter Notebook
-
Updated
Mar 2, 2022 - Python
-
Updated
Mar 18, 2022 - C++
-
Updated
Mar 6, 2022 - Go
-
Updated
Sep 16, 2021 - Jupyter Notebook
-
Updated
Jun 16, 2022 - Jupyter Notebook
-
Updated
Oct 6, 2017 - Python
-
Updated
Jul 8, 2022 - Python
-
Updated
Jan 26, 2021 - Python
-
Updated
Feb 8, 2021 - Jupyter Notebook
-
Updated
Mar 5, 2020 - Jupyter Notebook
-
Updated
Feb 21, 2022 - MATLAB
-
Updated
Jun 22, 2022 - Python
Improve this page
Add a description, image, and links to the dimensionality-reduction topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dimensionality-reduction topic, visit your repo's landing page and select "manage topics."
Following up on the discussion here, it would be good to document how to get reproducible results with UMAP.
I think we should consider changing
random_state
in the UMAP constructor to a seed (e.g. 42, like the newtransform_seed
default) so that UMAP is reproducible by default.We should document that users can set `ran