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
Currently, when converting a textstat_simil matrix to a data.frame, any 0s get dropped. 0s might be substantively important though so might be nice to have a feature that includes them.
@koheiw we could probably add this as an option - to keep 0s - to proxy2triplet(). Then add a include_zeros = FALSE argument to as.data.frame.textstat_proxy().
Requested feature
Currently, when converting a textstat_simil matrix to a data.frame, any 0s get dropped. 0s might be substantively important though so might be nice to have a feature that includes them.
This is the current behavior:
It would be great to have an option for the dataframe include all pairs with 0s where needed
Use case
Similarities of 0 might be substantively interesting
Additional context
The text was updated successfully, but these errors were encountered: