You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to generate dataset with about 50 variables out of which about 25 are categorical variables. I am using "file" tag for specifying possible values for the 25 categorical variables. The rest of the variables are specified using "assign" tag. Each file for the 25 categorical variables contains less than 10 values. DG framework chokes for more than 11 variables. It appears to freeze; I let it run for over 15mins and it produced nothing and caused my computer's fan to run faster than I have ever seen before! I am running it in Eclipse on a Mac with 16GB RAM and 2.5 GHz i7 processor.
Is there any solution for this issue?
The text was updated successfully, but these errors were encountered:
In case you were putting all those states in a single node, consider splitting them into several nodes. DG attempts to compute the product of all variables in the same node before moving along. Most likely, that's the reason it's choking.
Please re-open if we didn't answer your question. Thanks,
I am trying to generate dataset with about 50 variables out of which about 25 are categorical variables. I am using "file" tag for specifying possible values for the 25 categorical variables. The rest of the variables are specified using "assign" tag. Each file for the 25 categorical variables contains less than 10 values. DG framework chokes for more than 11 variables. It appears to freeze; I let it run for over 15mins and it produced nothing and caused my computer's fan to run faster than I have ever seen before! I am running it in Eclipse on a Mac with 16GB RAM and 2.5 GHz i7 processor.
Is there any solution for this issue?
The text was updated successfully, but these errors were encountered: