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 document the data format that the tsne model wants with type 'sparse'.
I tried a nested array like [[i_11,...i_1j],...[i_n1,...i_nk]] where i_rs are the indices of the set values but that did not work.