Robert Feldt

Results 17 issues of Robert Feldt

It seems the main use case here is batch processing, i.e. compute the graph once and then use that as a fixed thing for NN queries. Is there some way...

Some QGram distances today return NaN if one of the input strings are shorter than the q-gram length (q) while others don't: ```Julia julia> using StringDistances julia> isnan(Cosine(2)("", "bb")) true...

I can only see an argument to save the (test) predictions themselves but not for saving the trained model weights (the vector and matrix). Did I miss something or is...

I propose most new users would rather prefer the finalizer is set by default. This does not solve the issue if people create their own XMLElement's but if they have...

I have a long string sl and an array of shorter strings S = [s1, s2, ..., sn] and need to know the length of the compressed strings one gets...

Thanks for Lerche.jl, it looks great. The Python Lark supports also Earley(SPPF) parsing. Any plans to implement this also for Lerche.jl?

Thanks for VegaLite.jl; it is superuseful. I see the upcoming feature of outputting html but is there also a plan for how we can stream data to the "front-end" and...

enhancement