参考资料:

了解H2O:http://h2o-release.s3.amazonaws.com/h2o/rel-turchin/9/docs-website/h2o-docs/index.html

安装H2O之前,需要安装jdk: http://docs.h2o.ai/h2o/latest-stable/h2o-docs/welcome.html

H2O 笔记之安装

 

https://blog.csdn.net/gpwner/article/details/74058850

http://docs.h2o.ai/h2o/latest-stable/h2o-docs/downloading.html#install-in-python

pip install requests
pip install tabulate
pip install scikit-learn
pip install colorama
pip install future
pip uninstall h2o
pip install -f http://h2o-release.s3.amazonaws.com/h2o/latest_stable_Py.html h2o

Optionally initialize H2O in Python and run a demo to see H2O at work.

python
import h2o
h2o.init()
h2o.demo("glm")

===================  spark   ========================

 https://s3.amazonaws.com/h2o-release/sparkling-water/rel-2.3/8/index.html

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-20
  • 2021-12-12
  • 2021-06-12
  • 2021-04-10
猜你喜欢
  • 2021-04-10
  • 2022-12-23
  • 2022-12-23
  • 2021-09-03
  • 2022-12-23
  • 2021-07-08
  • 2021-08-16
相关资源
相似解决方案