Skip to content
This repository was archived by the owner on Aug 18, 2020. It is now read-only.
This repository was archived by the owner on Aug 18, 2020. It is now read-only.

sklearn crashes when using cross-validation algorithms due to small /dev/shm #39

@agude

Description

@agude

sklearn will blow up when running CV (cross-validation) algorithms if you try to use multiple jobs because /dev/shm is too small. See:

We can either increase the size of /dev/shm (although it would have to go from O(mb) to ... much bigger) or we could set a new location fro sklearn with JOBLIB_TEMP_FOLDER. I think the solution should be implemented on our side instead of the user side for consistency.

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