Sir, does nominal attribute can affect heap space?
I have 2 version of my file, file A only contains numeric [57 mb] and file B has nominal attribute (± 30 characters) [59 mb].
My plan is to display nominal attribute alongside prediction result.
There's no problem to run file A. It worked without adding max_heap_size
When I run file B and set max_heap_size to 5g because can't work using 4g (my ram: 8gb).
it succeeded at first but then I got 'the kernel appears to have died' after run it again.
What are causes of this problem? Should I subset dataset?