zhoufeng1989 / python-weka-wrapper3

Python 3 wrapper for Weka using javabridge.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

python-weka-wrapper3

Python wrapper for the Java machine learning workbench Weka using the javabridge library.

Requirements:

  • Python 3 (for Python 2.7 version see here)
    • javabridge (>= 1.0.14)
    • matplotlib (optional)
    • pygraphviz (optional)
    • PIL (optional)
  • Oracle JDK 1.8+

Uses:

  • Weka (3.9.2)

Installation

Detailed instructions and links to videos on installing the library are located here.

Please note, that you need a build environment to compile some libraries from source.

Forum

You can post questions, patches or enhancement requests in the following Google Group:

https://groups.google.com/forum/#!forum/python-weka-wrapper

Examples

See python-weka-wrapper-examples3 repository for example code on the various APIs. Also, check out the sphinx documentation in the doc directory. You can generate HTML documentation using the make html command in the doc directory.

Available online documentation:

About

Python 3 wrapper for Weka using javabridge.

License:GNU General Public License v3.0


Languages

Language:Python 98.4%Language:Java 1.4%Language:Makefile 0.1%Language:HTML 0.1%