I am trying to do one hot coding using this code-
combi <- dummy.data.frame(combi, names = c('Outlet_Size','Outlet_Location_Type','Outlet_Type', 'Item_Type_New'), sep='_')
its showing me the error-
Error: cannot allocate vector of size 256.0 Mb
how to get done with the one hot coding now?