h2oai / h2o-3   3.30.0.3

Apache License 2.0 Website GitHub

H2O is an Open Source, Distributed, Fast & Scalable Machine Learning Platform: Deep Learning, Gradient Boosting (GBM) & XGBoost, Random Forest, Generalized Linear Modeling (GLM with Elastic Net), K-Means, PCA, Generalized Additive Models (GAM), RuleFit, Support Vector Machine (SVM), Stacked Ensembles, Automatic Machine Learning (AutoML), etc.

Scala versions: 2.11 2.10

h2o-scala 3.8.2.11


Group ID:
ai.h2o
Artifact ID:
h2o-scala_2.10
Version:
3.8.2.11
Release Date:
Jul 19, 2016
Licenses:

libraryDependencies += "ai.h2o" %% "h2o-scala" % "3.8.2.11"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"ai.h2o::h2o-scala:3.8.2.11"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "ai.h2o::h2o-scala:3.8.2.11"

Ammonite REPL

import $ivy.`ai.h2o::h2o-scala:3.8.2.11`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>ai.h2o</groupId>
  <artifactId>h2o-scala_2.10</artifactId>
  <version>3.8.2.11</version>
</dependency>

compile group: 'ai.h2o', name: 'h2o-scala_2.10', version: '3.8.2.11'