Charles Determan
Charles Determan
Problem: {No CRAN released version} Is there a particular reason that there is no version of catboost released to the CRAN ecosystem for R?
Is there anything equivalent in Thrust that corresponds to the `strided_iterator` found in [boost compute](https://www.boost.org/doc/libs/master/libs/compute/doc/html/boost/compute/strided_iterator.html)? On the same topic of operating on specific elements of a buffer, is there a...
I have an xgboost model I am trying to run couterfactuals on using the CounterfactualProto explainer. Given the RuntimeError I see below, I tired to disable the eager execution using...
Any idea why appveyor would be crashing out when check the size of PDF files in my R package? The build completes without an issue on Travis CI. The error...
Not sure of a mailing list so I hope posting a use question here is appropriate. I have been able to use `boost::compute::sort` successfully on a general OpenCL buffer. However,...
I see there is a previously closed issue regarding multiple devices in a context [here](https://github.com/boostorg/compute/issues/233). Does that imply that computations are applied across multiple devices or just that multiple devices...
I have a large training dataset (>1M). I'm not sure if that impacts the time for generating counterfactuals but when I am trying to generate counterfactuals from an internal xgboost...
It seems best to have a separate issue to address this problem. The underlying prophet model is not able to do the min and max capacity constraints. The following reproduces...
My dataset is much larger but this error is trivially reproduced with the following sample data. ```r tmp % time_decompose(y) ``` >Converting from tbl_df to tbl_time. Auto-index message: index =...
It would be useful to also have `cor` in addition to the `cov` function currently implemented.