尝试拟合 CatBoost 模型时 Python 进程崩溃

标签 python anaconda catboost

我在 Windows Server 2012R2 机器(Intel Xeon CPU X5650)上安装了带 Anaconda3 的 win64 系统。

CatBoost 模块已完美安装,但当我尝试拟合模型(例如 CatBoostRegressor)时,python 进程崩溃了。

有没有人知道如何处理这个问题?

Image of the problem

最佳答案

我遇到了类似的问题。 Python 崩溃了。我调查了我的变量,几乎没有变量缺少数据。

归因于它们并且效果很好。也许您可以在拟合 catboost 之前尝试估算缺失的数据

关于尝试拟合 CatBoost 模型时 Python 进程崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/45208472/

相关文章:

python - Django -vs- Grails -vs-?

python - 在 python 中使用 selenium 选择复选框

python - 子类 string.Formatter

python - 如何将参数传递给 Python 中的回调函数?

python - protonvpn 运行时错误 : Couldn't find acceptable executables for {'xdg-open' }

python - python /OpenCV : Installing with Tracking features

python - miniconda 和 Travis,hash -r 是做什么的?

r - 在模型中使用权重来处理不平衡数据

machine-learning - 在 CatBoost 中测量 AUPRC

catboost - 模型特征重要性和 SHAP 汇总图的差异