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

Parallelisation not working for BIRCH clustering #42

Open
siddharth-redseer opened this issue Aug 26, 2022 · 1 comment
Open

Parallelisation not working for BIRCH clustering #42

siddharth-redseer opened this issue Aug 26, 2022 · 1 comment

Comments

@siddharth-redseer
Copy link

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

@WeichenXu123
Copy link
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants