UMAP key hyperparameters.
mediumAnswer
- (1) : local vs global (5-15 local, 50-100 global; default 15).
- (2) : minimum spacing in embedding — small (0.1) preserves clusters, large (0.5) spreads points.
- (3) : usually 2 for viz, 10-50 for downstream.
- (4) metric: euclidean, cosine, correlation, hamming, custom callable.
- (5) for reproducibility.
- Tune together; try 3-4 combinations.
Check yourself — multiple choice
- No parameters
- (local/global), (cluster spacing), , metric; try 3-4 combos
- Same as t-SNE
- Random
UMAP: , , , metric; tune first two.
#dimensionality-reduction#visualization
Practise Unsupervised Learning
214 interview questions in this topic.