JoaquinAmatRodrigo / skforecast

Time series forecasting with machine learning models
https://skforecast.org
BSD 3-Clause "New" or "Revised" License
996 stars 113 forks source link

XGboost using GPU #652

Open khaledbouabdallah opened 3 months ago

khaledbouabdallah commented 3 months ago

Hello, i'm trying to run XGboost on GPU and i keep getting the warning that the input is from another device (cpu) while my XGboost is using cuda(gpu). and my runs are pretty slow and comparable if I just use cpu. I couldn't use tensors or cudf with the ForecasterAutoreg

image