stripe-archive / brushfire   0.7.2

GitHub

Distributed decision tree ensemble learning in Scala

Scala versions: 2.12 2.11 2.10

brushfire-core 0.6.3


Group ID:
com.stripe
Artifact ID:
brushfire-core_2.10
Version:
0.6.3
Release Date:
Oct 18, 2015
Licenses:
MIT

libraryDependencies += "com.stripe" %% "brushfire-core" % "0.6.3"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.stripe::brushfire-core:0.6.3"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.stripe::brushfire-core:0.6.3"

Ammonite REPL

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

<dependency>
  <groupId>com.stripe</groupId>
  <artifactId>brushfire-core_2.10</artifactId>
  <version>0.6.3</version>
</dependency>

compile group: 'com.stripe', name: 'brushfire-core_2.10', version: '0.6.3'