.. python-weka-wrapper documentation master file, created by sphinx-quickstart on Sat Apr 12 11:51:06 2014. You can adapt this file completely to your liking, but it should at least contain the root `toctree` directive. Introduction ============ **WARNING:** Python 2.7 reaches its `end-of-life in 2020 `_, you should consider using the `Python 3 version `_ of this library! *python-weka-wrapper* allows you to use `Weka `_ from within Python. The library uses the `javabridge `_ library for starting up, communicating with and shutting down the Java Virtual Machine in which the Weka processes get executed. *python-weka-wrapper* provides a thin wrapper around the basic (non-GUI) functionality of Weka (some plots are available using Python functionality). You can automatically add all your Weka packages to the classpath. Additional jars can be added as well. Links: * Looking for code? * `Project homepage `_ * `Example code `_ * Questions? You can post them in the project's `Google Group `_ * `MLOSS project `_ Requirements ============ The library has the following requirements: * Python 2.7 (does not work with Python 3) * javabridge (>= 1.0.14, required) * pygraphviz (optional) * PIL (optional) * matplotlib (optional) * Oracle JDK 1.8+ Uses: * Weka (3.9.3) Contents ======== .. toctree:: :maxdepth: 2 install troubleshooting commandline api optionhandling virtualenv sourcecode examples flow API === .. toctree:: :maxdepth: 4 weka