collectivemedia / modelmatrix   0.1.0

Apache License 2.0 Website GitHub

Sparse feature extraction with Spark

Scala versions: 2.10

modelmatrix-udf 0.0.10


Group ID:
com.collective.modelmatrix
Artifact ID:
modelmatrix-udf_2.10
Version:
0.0.10
Release Date:
Jul 31, 2015
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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