.. python-weka-wrapper3 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 ============ *python-weka-wrapper3* allows you to use `Weka `__ from within Python3. 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-wrapper3* 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 `__ Requirements ============ The library has the following requirements: * Python 3 (does not work with Python 2) * python-javabridge (>=4.0.0, required) * pygraphviz (optional) * PIL (optional) * matplotlib (optional) * lxml (optional) * OpenJDK 11 (or later) Uses: * Weka (3.9.6) Contents ======== .. toctree:: :maxdepth: 2 install docker troubleshooting examples commandline flow API === .. toctree:: :maxdepth: 4 weka