dselivanov / text2vec

Fast vectorization, topic modeling, distances and GloVe word embeddings in R.
http://text2vec.org
Other
849 stars 135 forks source link

Expose word biases from training #303

Closed michaelpaulhirsch closed 4 years ago

michaelpaulhirsch commented 5 years ago

Hi Dmitriy, Thanks very much for implementing GloVe in R!

I noticed that it is not currently possible to extract the bias vectors from the fit_transform object. Are there plans to expose these?

Thanks, Michael

dselivanov commented 5 years ago

I can expose it, no issue

пн, 15 июл. 2019 г., 9:59 regis-regum notifications@github.com:

Hi Dmitriy, Thanks very much for implementing GloVe in R!

I noticed that it is not currently possible to extract the bias vectors from the fit_transform object. Are there plans to expose these?

Thanks, Michael

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/dselivanov/text2vec/issues/303?email_source=notifications&email_token=ABHC5XMU63762YJVZVHCKSDP7QG5FA5CNFSM4IDTNX22YY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G7EM6OA, or mute the thread https://github.com/notifications/unsubscribe-auth/ABHC5XLFZCI6HLKW42GKEMTP7QG5FANCNFSM4IDTNX2Q .

michaelpaulhirsch commented 5 years ago

That would be awesome! Thank you!!

dselivanov commented 4 years ago

@regis-regum fixed in https://github.com/rexyai/rsparse/commit/53a27fa8fc991286987dd1551cc21955823026a9 - you can install dev version of rsparse from github.