AlanSpencer2
AlanSpencer2
Did you solve the problem?
I downloaded the branch with the following command but got the same error as before when trying to build it: "git clone -b support_cuda11 --single-branch https://github.com/zeyiwen/thundergbm.git" When it comes to...
What makes you think that the problem is caused by CUDA not being correctly installed? I just ran XGBoost in Python, which utilizes CUDA for parallel computation on the GPU....
Hi, the problem occurs with binary classification. That is, if the target variable is 0 or 1, True or False. Can you please try a binary classification problem? (Not regression,...