-
Updated
Jan 4, 2021 - Makefile
cuda
Here are 2,665 public repositories matching this topic...
-
Updated
Feb 11, 2021 - Shell
Problem: the approximate method can still be slow for many trees
catboost version: master
Operating System: ubuntu 18.04
CPU: i9
GPU: RTX2080
Would be good to be able to specify how many trees to use for shapley. The model.predict and prediction_type versions allow this. lgbm/xgb allow this.
-
Updated
Feb 8, 2021 - Python
-
Updated
Feb 4, 2021 - C++
-
Updated
Feb 13, 2021 - C++
-
Updated
Feb 7, 2021 - Go
Describe the bug
After applying the unstack function, the variable names change to numeric format.
Steps/Code to reproduce bug
def get_df(length, num_cols, num_months, acc_offset):
cols = [ 'var_{}'.format(i) for i in range(num_cols)]
df = cudf.DataFrame({col: cupy.random.rand(length * num_months) for col in cols})
df['acc_id'] = cupy.repeat(cupy.arange(length), nu
Current implementation of join can be improved by performing the operation in a single call to the backend kernel instead of multiple calls.
This is a fairly easy kernel and may be a good issue for someone getting to know CUDA/ArrayFire internals. Ping me if you want additional info.
Names map and input are exchanged mistakenly. By sense of Preconditions paragraph they have to be exchanged I suppose, because there is no problem when map and result coincide (in current context).
-
Updated
Feb 10, 2021 - C
-
Updated
Feb 4, 2021 - C++
Describe the bug
We should be able to compile the googletests of the libcuml++ algorithms without needing to compile the C wrappers (i.e. libcuml.so).
Steps/Code to reproduce bug
Configure the compilation of libcuml++.so and test/ml with:
cmake .. -DBUILD_CUML_TESTS=ON -DBUILD_CUML_CPP_LIBRARY=ON -DBUILD_CUML_C_LIBRARY=OFFThis leads to:
/usr/bin/ld:-
Updated
Sep 11, 2018 - C++
I often use -v just to see that something is going on, but a progress bar (enabled by default) would serve the same purpose and be more concise.
We can just factor out the code from futhark bench for this.
-
Updated
Feb 10, 2021 - Python
-
Updated
Feb 10, 2021 - C++
-
Updated
Dec 15, 2020 - Jupyter Notebook
Thank you for this fantastic work!
Could it be possible the fit_transform() method returns the KL divergence of the run?
Thx!
-
Updated
Feb 10, 2021 - Python
-
Updated
Jan 2, 2021 - C++
-
Updated
Dec 23, 2020 - Python
Improve this page
Add a description, image, and links to the cuda topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cuda topic, visit your repo's landing page and select "manage topics."
(Noticed whilst reviewing #6695)
From the docs for
numba.cuda.atomic.compare_and_swap:It seem