Tyler Thomas
Tyler Thomas
> 2\. the hist tree method as opposed to the exact tree method. I have not used hist method but it is intended to be computationally efficient. Using `tree_method="hist"` should...
It looks like an issue with PythonCall.jl being called from threads other than the first Julia thread (https://juliapy.github.io/PythonCall.jl/stable/faq/#Is-PythonCall/JuliaCall-thread-safe?). The example at the top works for me when I use Julia...
Unfortunately, SaguaroTrader.jl does not currently support event-driven strategies. Only schedule-driven trading strategies. We will look into incorporating the ability to trade on external signals and the ability to use stop-loss...
> It might be interesting to see if https://rapids.ai/cudf-pandas/ could be useful here. Not sure how it might work/not work with pandas.jl Congratulations on releasing this easy to use Pandas...
Thank you for taking the time to review the repo. I will make all the changes to bring it to the MLJ model standard. I thought that the scitypes were...
Thank you for sharing. This looks like a great addition.
@ablaom Thank you again for reviewing the library. Here is a PR with some of the improvements that you suggested: #25 > 1. [This scitype declaration](https://github.com/tylerjthomas9/RAPIDS.jl/blob/e88f458e6fea71997dbe60cbf733118d1ca50d11/src/cuml/classification.jl#L113) for a classifier is...
> > I'm using the version on `main` branch. I am trying to narrow down this issue. I can build it without issues on one of my computers, but I...
The nightly builds of julia should contain the GCC updates required for the most recent versions of RAPIDS (https://github.com/JuliaLang/julia/pull/45582#event-7730373179). Additionally, the micromamba build bug has been fixed. I am going...
@ablaom I think that the package is in a good place for review. You will need to use a nightly julia build to run it. Let me know if you...