Phil Fox

Results 5 issues of Phil Fox

I need to simulate agents moving around between points in a certain environment to generate log files according to their contacts (under, say, 1.5 meters generates a log entry with...

enhancement
help wanted
hard

When running the groupreduce example I get the following warning: ```julia julia> groupreduce(iseven, +, 1:10) ┌ Warning: use values(kwargs) and keys(kwargs) instead of kwargs.data and kwargs.itr │ caller = groupreduce(op::typeof(+),...

I think [avgdl](https://github.com/arosh/BM25Transformer/blob/master/bm25.py#L76) should be saved as an attribute after fitting so it's not estimated again if transform is called for one document instead of the 'training' corpus. So ```python...

bug

With Julia 1.4 on Ubuntu 20.04 LTS I get the following error when installing MLMetrics like this: ``` (@v1.4) pkg> add https://github.com/JuliaML/MLMetrics.jl.git Updating git-repo `https://github.com/JuliaML/MLMetrics.jl.git` Updating registry at `~/.julia/registries/General` Updating...