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

toad.quality报错 #130

Open
juniupup opened this issue Aug 21, 2023 · 1 comment
Open

toad.quality报错 #130

juniupup opened this issue Aug 21, 2023 · 1 comment

Comments

@juniupup
Copy link

跑如下代码:toad.quality(data[features_final+['target']].head(5),'target')

理论上来说data[features_final+['target']].head(5)这个数据集已经很小了,只是一个29*5的dataframe,不应该存在内存不足的情况

报错:
TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated. This could be caused by a segmentation fault while calling the function or by an excessive memory usage causing the Operating System to kill the worker.

@juniupup
Copy link
Author

已解决,设置cpu_cores=1

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

1 participant