how can I force rapidminer to use GPU when running usual operators?
Find more posts tagged with
Sort by:
1 - 3 of
31
Dear @tftemme
Thanks. What do you mean by splitting data into chunks? Raw or column splitting?
Thanks. What do you mean by splitting data into chunks? Raw or column splitting?
If you have problems with the memory and large datasets, try to split your data into chunks, perform the Select Attributes operator and append them later.
It also can be that your process is set up in a way that you need an extreme amount of memory (for example if you perform the Select Attribute in a parallel executed Loop or Cross Validation. Sometimes it can help to look into the process and try to simplify the process to reduce the memory footprint while execution.