xCLiMF Spark

Extended Collaborative Less Is More Filtering for Spark

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.timotta
Идентификатор

Идентификатор

xclimf-spark
Последняя версия

Последняя версия

0.0.5
Дата

Дата

Тип

Тип

jar
Описание

Описание

xCLiMF Spark
Extended Collaborative Less Is More Filtering for Spark
Ссылка на сайт

Ссылка на сайт

https://github.com/timotta/xclimf-spark
Система контроля версий

Система контроля версий

https://github.com/timotta/xclimf-spark.git

Скачать xclimf-spark

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.timotta/xclimf-spark/ -->
<dependency>
    <groupId>com.timotta</groupId>
    <artifactId>xclimf-spark</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.timotta/xclimf-spark/
implementation 'com.timotta:xclimf-spark:0.0.5'
// https://jarcasting.com/artifacts/com.timotta/xclimf-spark/
implementation ("com.timotta:xclimf-spark:0.0.5")
'com.timotta:xclimf-spark:jar:0.0.5'
<dependency org="com.timotta" name="xclimf-spark" rev="0.0.5">
  <artifact name="xclimf-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.timotta', module='xclimf-spark', version='0.0.5')
)
libraryDependencies += "com.timotta" % "xclimf-spark" % "0.0.5"
[com.timotta/xclimf-spark "0.0.5"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.apache.spark : spark-mllib_2.11 jar 2.1.1
org.apache.spark : spark-core_2.11 jar 2.1.1
org.apache.spark : spark-sql_2.11 jar 2.1.1
org.slf4j : slf4j-api jar 1.7.5
org.scala-lang : scala-library jar 2.11.8

test (2)

Идентификатор библиотеки Тип Версия
org.mockito : mockito-all jar 1.10.19
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

Spark xCLiMF

Spark implementation of the Extended Collaborative Less-isMore Filtering based in the python xCLiMF implementation. xCLiMF is a matrix factorization algorithm to optimize recommendation ranked lists.

Using

Example: Main.scala

Installation

Using gradle:

compile 'com.timotta:xclimf-spark:0.0.5'

Using maven:

<dependency>
  <groupId>com.timotta</groupId>
  <artifactId>xclimf-spark</artifactId>
  <version>0.0.5</version>
</dependency>

Requirements

  • Java 8
  • Scala 2.11.*
  • Spark 2.1.1

Contribute

To test

gradle clean test

To run main with spark

gradle clean jar
$SPARK_HOME/bin/spark-submit --master local --class com.timotta.rec.xclimf.Main build/libs/xclimf-spark.jar

To upload new package

gradle -Prelease uploadArchives

To release

gradle -Prelease closeAndReleaseRepository

Версии библиотеки

Версия
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1