collectivemedia / modelmatrix   0.1.0

Apache License 2.0 Website GitHub

Sparse feature extraction with Spark

Scala versions: 2.10

modelmatrix-udf 0.0.5


Group ID:
com.collective.modelmatrix
Artifact ID:
modelmatrix-udf_2.10
Version:
0.0.5
Release Date:
Jun 26, 2015
Licenses:

libraryDependencies += "com.collective.modelmatrix" %% "modelmatrix-udf" % "0.0.5"
resolvers += Resolver.bintrayRepo("collectivemedia", "releases")

Mill build tool

ivy"com.collective.modelmatrix::modelmatrix-udf:0.0.5"
MavenRepository("https://dl.bintray.com/collectivemedia/releases")

Scala CLI

//> using dep "com.collective.modelmatrix::modelmatrix-udf:0.0.5"

Ammonite REPL

import $ivy.`com.collective.modelmatrix::modelmatrix-udf:0.0.5`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray collectivemedia releases",
  "Some(https://dl.bintray.com/collectivemedia/releases)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.collective.modelmatrix</groupId>
  <artifactId>modelmatrix-udf_2.10</artifactId>
  <version>0.0.5</version>
</dependency>

compile group: 'com.collective.modelmatrix', name: 'modelmatrix-udf_2.10', version: '0.0.5'