Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java : heap space #103

Open
Angela446-lgtm opened this issue Jun 17, 2021 · 0 comments
Open

java : heap space #103

Angela446-lgtm opened this issue Jun 17, 2021 · 0 comments

Comments

@Angela446-lgtm
Copy link

Is there any way to change the heap size when I run a code from jupyter?
I am working on GFCI and trying the testId = 'kci-test' (and scoreId = 'mvp-bic-score') and given that my dataset is consists of 120 variables I run into a that heap space error.

Here is my code:

tetrad.run(algoId = 'gfci', dfs = df, testId = 'kci-test',alpha = 0.05, kernelType =2, scoreId = 'mvp-bic-score',

       maxDegree = 3, maxPathLength = -1, 
       completeRuleSetUsed = False, faithfulnessAssumed = True, verbose = True,
        resamplingEnsemble = 1, addOriginalDataset = True, colliderDiscoveryRule =2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant