Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 534 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 534 Bytes

pymeka

Jpype-based Python wrapper for Meka, the multi-label/multi-target extension to Weka.

Requirements

  • Java 11 or later

Installation

First, follow the install instructions for python-weka-wrapper3 and then install pymeka itself:

From PyPI:

pip install pymweka

From the github repo directly:

pip install git+https://github.com/fracpete/pymeka.git