wekaPython

Integration with CPython for Weka. Python version 2.7.x or higher is required. Also requires the following packages to be installed in python: numpy, pandas, matplotlib and scikit-learn. This package provides a wrapper classifier and clusterer that, between them, cover 60+ scikit-learn algorithms. It also provides a general scripting step for the Knowlege Flow along with scripting plugin environments for the Explorer and Knowledge Flow.

License

License

Categories

Categories

Python Languages Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

wekaPython
Last Version

Last Version

1.0.13
Release Date

Release Date

Type

Type

jar
Description

Description

wekaPython
Integration with CPython for Weka. Python version 2.7.x or higher is required. Also requires the following packages to be installed in python: numpy, pandas, matplotlib and scikit-learn. This package provides a wrapper classifier and clusterer that, between them, cover 60+ scikit-learn algorithms. It also provides a general scripting step for the Knowlege Flow along with scripting plugin environments for the Explorer and Knowledge Flow.
Project URL

Project URL

http://weka.sourceforge.net/doc.packages/wekaPython
Project Organization

Project Organization

University of Waikato, Hamilton, NZ
Source Code Management

Source Code Management

https://svn.cms.waikato.ac.nz/svn/weka/tags/wekaPython-1.0.13

Download wekaPython

How to add to project

<!-- https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/wekaPython/ -->
<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>wekaPython</artifactId>
    <version>1.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/wekaPython/
implementation 'nz.ac.waikato.cms.weka:wekaPython:1.0.13'
// https://jarcasting.com/artifacts/nz.ac.waikato.cms.weka/wekaPython/
implementation ("nz.ac.waikato.cms.weka:wekaPython:1.0.13")
'nz.ac.waikato.cms.weka:wekaPython:jar:1.0.13'
<dependency org="nz.ac.waikato.cms.weka" name="wekaPython" rev="1.0.13">
  <artifact name="wekaPython" type="jar" />
</dependency>
@Grapes(
@Grab(group='nz.ac.waikato.cms.weka', module='wekaPython', version='1.0.13')
)
libraryDependencies += "nz.ac.waikato.cms.weka" % "wekaPython" % "1.0.13"
[nz.ac.waikato.cms.weka/wekaPython "1.0.13"]

Dependencies

compile (6)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev jar [3.8.0,)
de.sciss : jsyntaxpane jar 1.0.0
com.fasterxml.jackson.core : jackson-databind jar 2.10.1
com.fasterxml.jackson.module : jackson-module-parameter-names jar 2.10.1
commons-codec : commons-codec jar 1.3
org.apache.commons : commons-io jar 1.3.2

test (2)

Group / Artifact Type Version
nz.ac.waikato.cms.weka : weka-dev test-jar [3.8.0,)
junit : junit jar 4.13.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.13
1.0.10