collectivemedia / modelmatrix   0.1.0

Apache License 2.0 Website GitHub

Sparse feature extraction with Spark

Scala versions: 2.10

modelmatrix-udf 0.1.0


Group ID:
com.collective.modelmatrix
Artifact ID:
modelmatrix-udf_2.10
Version:
0.1.0
Release Date:
Feb 16, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.collective.modelmatrix::modelmatrix-udf:0.1.0`
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.1.0</version>
</dependency>

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