Skip to content

java : heap space #103

Description

@Angela446-lgtm

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions