Questions tagged [cuml]

19 questions
0
votes
0 answers

Hyper-tuning of SVM regressor using Grid search and cuML

I tried tuning the SVM regressor parameters using the code below. However, during the search for the best params, the grid-search model tends to choose the first kernel of the model within the proposed kernels, every time. I tried different…
MarMarhoun
  • 45
  • 4
0
votes
0 answers

Python transform array 1D

I have a array which has this output and your type is cupy.ndarray: x = array([[0], [0], [0], ..., [0], [0], [0]]) I want is output: array([0, 0, 0, ..., 0, 0, 0]) I tried use transpose and np.expand_dims…
M.Souza
  • 151
  • 7
0
votes
0 answers

CupyError: Unowned memory requires explicit deviceID for a null pointer?

could you help me with this Python CuML error UnownedMemory requires explicit device ID for a null pointer. I am doing CuML Random Forest cross validation. At each step in the for-loop, I compile all the pandas dataframes except one, train a random…
0
votes
1 answer

RAPIDS, CUML on google colab

I'm installing RAPIDS on google colab pro but it takes a lot of time, last 2 instalations took over an hour instead of about 15 minutes as said during instalation "Starting the RAPIDS install on Colab. This will take about 15 minutes". Is there any…
Gozdi
  • 41
  • 1
  • 1
  • 6
1
2