Fatal Error during Decision Tree Algorithm R

Hello Team,
I am getting this fatal error, when I am trying to run C5.0 alogorithm, specifically when the dataset is huge enough (more than 200k rows, 17 variables). Please help.

Screen shot is attached.
Thanks,
Mousumi

Very likely you are running out of RAM memory, have you monitored your memory allocation during the execution of this command?

Hi, thanks for your response. How to check memory allocation during the execution...Please guide me!

That depends on your Operating system, on Linux you can use htop command on a terminal, on windows you can use the task manager.

1 Like

Is there any code in R to run along with the execution of the function, in order to monitor the memory allocation?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.