Hey all,
I'm learning the ways of tidymodels to build my ML algorithms after using the underlying packages for years. I'm hoping the unified syntax of tidymodels will make it easier for me to share my work with my team. GPU support for XGBoost is crucial to my work as models take way too long to train without it. I read the boost_trees documentation found here: https://parsnip.tidymodels.org/reference/boost_tree.html but didn't see any mention of whether or not boost_trees will support gpu compute when I use set_enginge("xgboost"). Does anyone know if boost_trees supports GPU compute, and if so, what argument do I need to provide to enable it?