You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please Can you help me I have a problem when I tried to execute the examples of clustring when I use PCA in reduced_features such as reduced_features = features_ds.apply(ops.dim.pca(n_dim=2)) I get the following error message: not enough values to unpack (expected 2, got 0) and when I use tsne I get error message as following:
'TSNE' object has no attribute 'embedding_'
The text was updated successfully, but these errors were encountered:
Please Can you help me I have a problem when I tried to execute the examples of clustring when I use PCA in reduced_features such as reduced_features = features_ds.apply(ops.dim.pca(n_dim=2)) I get the following error message: not enough values to unpack (expected 2, got 0) and when I use tsne I get error message as following:
'TSNE' object has no attribute 'embedding_'
The text was updated successfully, but these errors were encountered: