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
I've just spent some time to automate generating drfps from the Rhea database (see here) and would like to save a pre-cached version for later use. The word2vec world has a specific format for its embedding vectors - do you have a standard way for storing a set of drfps where each has a string key associated?
I suppose I could just store a pickle of my Pandas dataframe, or some other serialization format, but that seems a bit space inefficient
The text was updated successfully, but these errors were encountered:
Hey @cthoyt, sorry I completely missed this issue. I guess you have solved it but if someone has the same question issue, I usually go with gzip and pickle. Numpy's serialization might be an option as well.
I've just spent some time to automate generating drfps from the Rhea database (see here) and would like to save a pre-cached version for later use. The word2vec world has a specific format for its embedding vectors - do you have a standard way for storing a set of drfps where each has a string key associated?
I suppose I could just store a pickle of my Pandas dataframe, or some other serialization format, but that seems a bit space inefficient
The text was updated successfully, but these errors were encountered: