Skip to content

Parallelisation not working for BIRCH clustering #42

Open
@siddharth-redseer

Description

@siddharth-redseer

I have used the provided syntax.

clusterer = Birch()
with parallel_backend('spark', n_jobs=100):
    clusterer.fit(df.toPandas())

Spark UI does not register it as a job and no executors get deployed. However, the example provided in docs gets registered as a sparkjob.

Error - "Unable to allocate 920. GiB for an array with shape (123506239506,) and data type float64"
Screenshot 2022-08-27 at 12 33 08 AM

Activity

WeichenXu123

WeichenXu123 commented on Dec 8, 2022

@WeichenXu123
Collaborator

This looks like it runs out of memory, should not be an issue of joblib-spark.

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

        Participants

        @WeichenXu123@siddharth-redseer

        Issue actions

          Parallelisation not working for BIRCH clustering · Issue #42 · joblib/joblib-spark