Victor Emanouilov

Results 60 comments of Victor Emanouilov

In fact, I experimented with this as well a bit but have some questions. @andrewdalpino meet you on telegram!

What if I want to train an existing model and then just query against it in runtime? I suppose BallTree cannot be persisted with existing persisters and I'd need to...

Yes, I noticed the infinite loop in Ball::split when one of the dataset samples was empty. It kept finding the same centeroid. I thought a solution would be to remove...

BM25 is great! I read more about its superiority to TFIDF and seems like a very nice replacement. Our use-case is not related so much to the document length as...

Very useful, thanks, I will take it into consideration. Regarding optimization - I agree we should go with the fastest possible method as speed of one computation in this case...

Andrew, thanks for all that info and new releases! I was a bit away from the topic but getting back in full speed. I am very near to the point...

I just wanted to bring up the infinite loop problem as it occurred once again with v0.2.0 and the cosine kernel updates in place - that is returning proper results...

Andrew, submitted a PR #118 regarding the infinite loop problem...

Hey @andrewdalpino! Thanks for the update. I tried to use it but fail with this error in Tensor extension: `Matrix element must be an integer or floating point number, unknown...

@jasonmunro RE: > One prerequisite for this is I want to create a "skeleton" module set for new data sources. Sort of a template of all (or at least most)...