InstallationΒΆ
Make sure you have a Java Development Kit (JDK) 8 or later (recommended is 11) installed.
Install the python-weka-wrapper3 library into a virtual environment; see full instructions here:
Install the sklearn-weka-plugin library itself into the same virtual environment:
latest release from PyPI
./venv/bin/pip install sklearn-weka-plugin
from local source (from within cloned directory)
./venv/bin/pip install .
from Github repository
./venv/bin/pip install git+https://github.com/fracpete/sklearn-weka-plugin.git