License |
License |
---|---|
Categories |
CategoriesPython Languages Weka Business Logic Libraries Machine Learning |
GroupId | GroupIdnz.ac.waikato.cms.weka |
ArtifactId | ArtifactIdwekaPython |
Last Version | Last Version1.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionwekaPython
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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
wekaPython-1.0.13.pom | |
wekaPython-1.0.13.jar | 131 KB |
wekaPython-1.0.13-tests.jar | 5 KB |
wekaPython-1.0.13-test-sources.jar | 2 KB |
wekaPython-1.0.13-sources.jar | 88 KB |
wekaPython-1.0.13-javadoc.jar | 256 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
nz.ac.waikato.cms.weka : weka-dev | test-jar | [3.8.0,) |
junit : junit | jar | 4.13.1 |