0
点赞
收藏
分享

微信扫一扫

python学习——总结sklearn中的几个参数优化器


python学习——总结sklearn中的几个参数优化器_sed

如何节约内存:

一个问题:

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.
其实导致问题的主要原因就是内存不够,限制一下n_jobs的数目

参考文献:
​​​机器学习优化器Optimizer的总结​​​​TerminatedWorkerError: A worker process managed by the executor was unexpectedly terminated​​​​GridSearchCV - How to limit memory usage​​


举报

相关推荐

总结机器学习优化器Optimizer

0 条评论