A Python wrapper for the Weka graphics .
Project description
Weka - Python wrapper for Weka Graphics
Overview
Provides a convenient wrapper for calling Weka from Python to generate a graph with the data from an arff file.
Installation
First install the Weka and LibSVM Java libraries. On Debian/Ubuntu this is simply:
sudo apt-get install weka libsvm-java
Then install the Python package with pip:
sudo pip install QtWekaWrapper
You can find the module on the PyPi.
Usage
Create a Python 3 environment with the 'virtualenv' module and after activate it. Install the module with pip install QtWekaWrapper
command and you can instantiate the qt window where the arff file will be loaded:
from QtWekaWrapper import qtwekawrapper
window = qtwekawrapper.run_qt_window()
Development
Tests require the Python development headers to be installed, which you can install on Ubuntu with:
sudo apt-get install python-dev python3-dev python3.4-dev
To run unittests across multiple Python versions, install:
sudo apt-get install python3.4-minimal python3.4-dev python3.5-minimal python3.5-dev
To run all tests:
export TESTNAME=; tox
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file QtWekaWrapper-0.0.3.tar.gz
.
File metadata
- Download URL: QtWekaWrapper-0.0.3.tar.gz
- Upload date:
- Size: 26.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b3c5b9d8145c9a817ed5e4abfff1ff3669b76d9c9a69badd7cbfdc45eebfeac |
|
MD5 | 404270fddeb5a648619510742aeae15e |
|
BLAKE2b-256 | f7c8fb6b7050ab7622c89e22475472a0d3273d6dca8841aa1cacf7ad25214803 |
File details
Details for the file QtWekaWrapper-0.0.3-py3-none-any.whl
.
File metadata
- Download URL: QtWekaWrapper-0.0.3-py3-none-any.whl
- Upload date:
- Size: 25.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.21.0 setuptools/40.6.3 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74491f62bce258fcf87a1b56960fc3febc875dea381ec5dbd89f98fb121aca6e |
|
MD5 | 1c4e704e45166a541eb1b422f63df4f9 |
|
BLAKE2b-256 | 1c3a59278642a83f103da846ea584bb6906c1550903ad4fcd0140167468f018f |