Skip to content

EinsteinUnicorn/python-weka-wrapper

 
 

Repository files navigation

python-weka-wrapper

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

Requirements:

  • Python 2.7 (does not work with Python 3)
  • javabridge (>= 1.0.11)
  • matplotlib (optional)
  • pygraphviz (optional)
  • PIL (optional)
  • Oracle JDK 1.7+

Uses:

  • Weka (3.9.0)

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-examples 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 wrapper for Weka using javabridge.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 98.5%
  • Other 1.5%