is not current version
Last Version 1.0.13

nz.ac.waikato.cms.weka:wekaPython 1.0.10

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.

Categories

Categories

Python Languages Weka Business Logic Libraries Machine Learning
GroupId

GroupId

nz.ac.waikato.cms.weka
ArtifactId

ArtifactId

wekaPython
Version

Version

1.0.10
Type

Type

jar

Download wekaPython 1.0.10


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