incerto.shift.plot_embedding_space#
- incerto.shift.plot_embedding_space(ref_emb, test_emb, method='tsne', show=True)[source]#
Visualize reference and test embeddings in 2D space.
- Parameters:
- Return type:
Figure- Returns:
The matplotlib Figure object for further customization
- Raises:
ValueError – If method is not ‘tsne’ or ‘pca’