Python => AutoML: XGBoost不可用;正在跳过它 、、、 我在运行h2o AutoML时收到此警告。我安装了3.32.1.2版本,并在python3.8上运行它。 AutoML progress: | 11:30:52.773: AutoML: XGBoost is not available; skipping it. 代码: import h2o h2o.init() h2o_df = h2o.H2OFrame(df) train, test = h2o_...
H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit,
当我运行H2O AutoML的一个实验时,我得到了一个错误:“在抛出'thrust::system::system_error‘what():parallel_for failed:无效资源句柄的实例之后调用的终止在使用常规XGBoost时,我将cuda可视设备参数设置为空,以禁用GPU。然而,在H2O AutoML - XGBoost实现中,这个参数似乎被忽略了。import os os.environ["CUDA...