swoop-inc / spark-infotheoretic-feature-selection   0.1.0

Apache License 2.0 Website GitHub

This package contains a generic implementation of greedy Information Theoretic Feature Selection (FS) methods. The implementation is based on the common theoretic framework presented by Gavin Brown. Implementations of mRMR, InfoGain, JMI and other commonly used FS filters are provided.

Scala versions: 2.12

spark-infotheoretic-feature-selection 0.1.0


Group ID:
com.swoop
Artifact ID:
spark-infotheoretic-feature-selection_2.12
Version:
0.1.0
Release Date:
May 9, 2022
Licenses:
Files:

libraryDependencies += "com.swoop" %% "spark-infotheoretic-feature-selection" % "0.1.0"

Mill build tool

ivy"com.swoop::spark-infotheoretic-feature-selection:0.1.0"

Scala CLI

//> using dep "com.swoop::spark-infotheoretic-feature-selection:0.1.0"

Ammonite REPL

import $ivy.`com.swoop::spark-infotheoretic-feature-selection:0.1.0`

<dependency>
  <groupId>com.swoop</groupId>
  <artifactId>spark-infotheoretic-feature-selection_2.12</artifactId>
  <version>0.1.0</version>
</dependency>

compile group: 'com.swoop', name: 'spark-infotheoretic-feature-selection_2.12', version: '0.1.0'