Hi,
I have a problem. I have an classification process. Since I want to optimize my feature selection I have tried the optimize selection. When I do so the error Message
"this process would need more than the maximum amount of available memory........ I have a pretty now laptop with i5 and 4GB RAM. How can that be? And the dataset isn't even so big!!!
thanks for ur help
Danyo
use forward selection or backward elimiation operator instead. Does the same without memory issues.
Greetings,
Sebastian