plotly.py
plotly.py copied to clipboard
[mkdocs] umap module error
- In
ml-tsne-umap-projections.md,from umap import UMAPthrows aModule not Founderror. - Fixed if you do
uv pip install umap-learn, but will throw a warning:UserWarning: n_jobs value 1 overridden to 1 by setting random_state. Use no seed for parallelism.becauserandom_state=0.