Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python 3.x Python=>;AutoML:XGBoost不可用;跳过它_Python 3.x_Xgboost_H2o_Automl - Fatal编程技术网

Python 3.x Python=>;AutoML:XGBoost不可用;跳过它

Python 3.x Python=>;AutoML:XGBoost不可用;跳过它,python-3.x,xgboost,h2o,automl,Python 3.x,Xgboost,H2o,Automl,我在运行h2o AutoML时收到此警告。我已经安装了版本3.32.1.2,并在python 3.8上运行它 AutoML progress: | 11:30:52.773: AutoML: XGBoost is not available; skipping it. 代码: Windows不支持XGBoost,请参阅H2O文档中的 如果您不使用Windows,并且在上述文档中未找到其他原因,您可以尝试重新安装h2o,例如 pip install --force-reinstall https

我在运行h2o AutoML时收到此警告。我已经安装了版本3.32.1.2,并在python 3.8上运行它

AutoML progress: |
11:30:52.773: AutoML: XGBoost is not available; skipping it.
代码:


Windows不支持XGBoost,请参阅H2O文档中的

如果您不使用Windows,并且在上述文档中未找到其他原因,您可以尝试重新安装h2o,例如

pip install --force-reinstall https://h2o-release.s3.amazonaws.com/h2o/rel-zipf/2/Python/h2o-3.32.1.2-py2.py3-none-any.whl

我想我找到了这个警告的答案。我正在运行一台windows计算机


如果您在Windows上,XGBoost不受支持,您也可以尝试MLJAR AutoML,它是一个开源python包,它有XGBoost、lightgbm和catboost算法(来自GBM系列)
pip install --force-reinstall https://h2o-release.s3.amazonaws.com/h2o/rel-zipf/2/Python/h2o-3.32.1.2-py2.py3-none-any.whl