【发布时间】:2021-01-08 06:18:26
【问题描述】:
我正在使用带有cross_validate 的 LGBMClassifier Scikit-Learn API。我想设置force_col_wise=True,因为自动选择需要很多时间。
Auto-choosing col-wise multi-threading, the overhead of testing was 47.296749 seconds.
You can set `force_col_wise=true` to remove the overhead.
但我在文档中找不到与它相关的任何内容。怎么做?
https://lightgbm.readthedocs.io/en/latest/pythonapi/lightgbm.LGBMClassifier.html
https://scikit-learn.org/stable/modules/generated/sklearn.model_selection.cross_validate.html
【问题讨论】:
-
你能加个代码sn-p吗?
标签: scikit-learn lightgbm