79301477

Date: 2024-12-22 18:20:09
Score: 2
Natty:
Report link

Reducing 300 dimensions to only 2D is extremely aggressive and will inevitably lead to significant information loss.

reducer = umap.UMAP(n_components=20, random_state=42)

Higher n_components captures more information but may lose the interpretability of low-dimensional embeddings.

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Albert Christopher Halim