Error - out of memory during training phase classification
Show older comments
I am trying to use a large predictor matrix (196072 X 3042) for classification (using classification learner and other functions).
However, the training phase fails every time and the message points to running out of memory. Note that my computer has 16 GB of RAM and the predictor matrix is around 3.7 GB.
Is there a way to use tall arrays or any other out of memory processing options that I can use? Functions I will be using mainly include fitcensemble and fitcsvm.
3 Comments
Raghunandan V
on 7 Jun 2019
Can you try by batch training. Also open your taskmanager to see how matlab behaves
Swapnil Sayan Saha
on 7 Jun 2019
Edited: Swapnil Sayan Saha
on 7 Jun 2019
Swapnil Sayan Saha
on 7 Jun 2019
Answers (0)
Categories
Find more on Classification Ensembles in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!