{"id":18414800,"url":"https://github.com/navdeep-g/h2o-r-examples","last_synced_at":"2026-02-06T07:32:30.156Z","repository":{"id":145427399,"uuid":"137964605","full_name":"navdeep-G/h2o-r-examples","owner":"navdeep-G","description":"H2O-3 Examples in R","archived":false,"fork":false,"pushed_at":"2019-05-25T00:37:10.000Z","size":58987,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-13T00:58:43.247Z","etag":null,"topics":["deep-learning","gbm","glm","h2o","kmeans","machine-learning","rstats"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/navdeep-G.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-20T01:32:36.000Z","updated_at":"2021-12-17T23:41:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"e5934784-d745-4e72-bb88-4e4a5a137869","html_url":"https://github.com/navdeep-G/h2o-r-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navdeep-G%2Fh2o-r-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navdeep-G%2Fh2o-r-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navdeep-G%2Fh2o-r-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/navdeep-G%2Fh2o-r-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/navdeep-G","download_url":"https://codeload.github.com/navdeep-G/h2o-r-examples/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248650435,"owners_count":21139672,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deep-learning","gbm","glm","h2o","kmeans","machine-learning","rstats"],"created_at":"2024-11-06T03:52:22.832Z","updated_at":"2026-02-06T07:32:30.090Z","avatar_url":"https://github.com/navdeep-G.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# H2O R Examples\n\n## [Overview of H2O-3](https://github.com/navdeep-G/h2o-r-examples/blob/master/h2o.pdf)\n\n## Prerequisites for H2O\n\n[H2O-3 Requirements](http://h2o-release.s3.amazonaws.com/h2o/rel-wright/2/docs-website/h2o-docs/welcome.html#requirements)\n\n### Install H2O in R\n```\n# The following two commands remove any previously installed H2O packages for R.\nif (\"package:h2o\" %in% search()) { detach(\"package:h2o\", unload=TRUE) }\nif (\"h2o\" %in% rownames(installed.packages())) { remove.packages(\"h2o\") }\n\n# Next, we download packages that H2O depends on.\npkgs \u003c- c(\"RCurl\",\"jsonlite\")\nfor (pkg in pkgs) {\nif (! (pkg %in% rownames(installed.packages()))) { install.packages(pkg) }\n}\n\n# Now we download, install and initialize the H2O package for R.\ninstall.packages(\"h2o\", type=\"source\", repos=\"http://h2o-release.s3.amazonaws.com/h2o/rel-wright/4/R\")\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavdeep-g%2Fh2o-r-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnavdeep-g%2Fh2o-r-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnavdeep-g%2Fh2o-r-examples/lists"}