Git Product home page Git Product logo

h2o-tutorials's Introduction

H2O Tutorials

This document contains tutorials and training materials for H2O-3. If you find any problems with the tutorial code, please open an issue in this repository.

For general H2O questions, please post those to Stack Overflow using the "h2o" tag or join the H2O Stream Google Group for questions that don't fit into the Stack Overflow format.

Finding tutorial material in Github

There are a number of tutorials on all sorts of topics in this repo. To help you get started, here are some of the most useful topics in both R and Python.

R Tutorials

Python Tutorials

Most current material

Tutorials in the master branch are intended to work with the lastest stable version of H2O.

URL
Training material https://github.com/h2oai/h2o-tutorials/blob/master/SUMMARY.md
Latest stable H2O release http://h2o.ai/download

Historical events

Tutorial versions in named branches are snapshotted for specific events. Scripts should work unchanged for the version of H2O used at that time.

H2O World 2017 Training

URL
Training material https://github.com/h2oai/h2o-tutorials/tree/master/h2o-world-2017/README.md
Wheeler-2 H2O release http://h2o-release.s3.amazonaws.com/h2o/rel-wheeler/2/index.html

H2O World 2015 Training

URL
Training material https://github.com/h2oai/h2o-tutorials/blob/h2o-world-2015-training/SUMMARY.md
Tibshirani-3 H2O release http://h2o-release.s3.amazonaws.com/h2o/rel-tibshirani/3/index.html

Requirements:

For most tutorials using Python you can install dependent modules to your environment by running the following commands.

# As current user
pip install -r requirements.txt
# As root user
sudo -E pip install -r requirements.txt

Note: If you are behind a corporate proxy you may need to set environment variables for https_proxy accordingly.

# If you are behind a corporate proxy
export https_proxy=https://<user>:<password>@<proxy_server>:<proxy_port>

# As current user
pip install -r requirements.txt
# If you are behind a corporate proxy
export https_proxy=https://<user>:<password>@<proxy_server>:<proxy_port>

# As root user
sudo -E pip install -r requirements.txt

h2o-tutorials's People

Contributors

ledell avatar arnocandel avatar tomkraljevic avatar avkash avatar apchau avatar aboyoun avatar micahstubbs avatar mmalohlava avatar kyanga2 avatar jakubhava avatar dipplestix avatar bghill avatar lo5 avatar meganjkurka avatar jessica0xdata avatar jphall663 avatar nkarpov avatar randyzwitch avatar stexyz avatar mklechan avatar h2o-gitbook-admin avatar avniwadhwa avatar spennihana avatar wenphan avatar mdymczyk avatar ludi317 avatar laurendiperna avatar ericeckstrand avatar drvi avatar pedromlsreis avatar

Stargazers

Kevin avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.