zoukankan      html  css  js  c++  java
  • H2O 笔记之安装

    参考资料:

    了解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

    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

  • 相关阅读:
    3
    2
    1
    11
    12
    8888888888
    99999999999
    88888888888
    77777777
    10.23
  • 原文地址:https://www.cnblogs.com/testzcy/p/9143437.html
Copyright © 2011-2022 走看看