Skip to content

n_jobs is a documented no-op #17

Description

@kslote1

discover_network(..., n_jobs=-1) is in the signature and documented in the API reference, but there is no joblib/multiprocessing/Parallel anywhere in the package. Timing confirms it:

n_jobs=1 1.05 s
n_jobs=-1 0.99 s

We would like to support a parallelized workflow for larger networks. oCSE should work better for larger graphs than PCMCI. Further parallelizations can improve on this much more.

The reason it wasn't initially implemented is that the additional code bloat made the math hard to check.

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

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions