Frankie Robertson
Frankie Robertson
@SimonDanisch Ping. Ready to merge?
Looks like someone was trying to do this before here: https://github.com/rapidsai/cuml/issues/1320
I've tried a few things now that https://github.com/rapidsai/cuml/issues/3587 has been fixed. The first thing I tried was as above: threading using joblib: ``` import torch from cuml.linear_model import LogisticRegression from...
Relevant previous issue: https://github.com/rapidsai/cuml/issues/3237 BTW the above are both on 0.19 nightly
Thanks for the help. I managed to get both the threading and multiprocessing approaches working and have made a small benchmark based on the type of workload I am trying...
I know people have many obligations and PRs/emails get ignored sometimes, but this is a bit of an unfortunate situation. @PGS62 was rebuffed from registering a new package, but now...
JUFO has re-ranked JOSS as JUFO 1. I wrote a short blog post about it here https://nordic-rse.org/blog/joss-jufo/
Same here.
Probably you will need to make the changes for this yourself. It will require some restructuring of the package to not use stuff from libR during the precompile stage, so...
You might find it informative to [read through my PR and my comments](https://github.com/JuliaInterop/RCall.jl/pull/496) since it contains a lot of relevant information to what you are writing. With regards to >...