Introduction

Makes Weka algorithms available in scikit-learn.

Built on top of the python-weka-wrapper3 library, it uses the javabridge library under the hood for communicating with Weka objects in the Java Virtual Machine.

Links:

Requirements

The library has the following requirements:

  • Python 3 (does not work with Python 2)

    • python-weka-wrapper (>=0.2.5, required)

  • OpenJDK 8 or later (11 is recommended)

Contents

API