Hi all,
I am analyzing a dataset of ~9,000 rows and ~11,000 columns from which I predict one multiclass variable using random forest with about 50 different input variables (categorical and numerical mix). I am getting the following error when running the model:
Problem with mutate()
column model
. model = purrr::map2(...)
. User interrupt or internal error
Any advice is hugely appreciated!