Library for making Weka algorithms available within scikit-learn. Relies on the python-weka-wrapper3 library.
Project description
The sklearn-weka-plugin library integrates Weka algorithms in scikit-learn using Python 3. It makes use of the python-weka-wrapper3 library for handling the Java Virtual Machine.
Examples can be found at:
https://github.com/fracpete/sklearn-weka-plugin-examples
Changelog
0.0.4 (2021-12-17)
fixed sorting of labels in to_instances method in module sklweka.dataset
redoing X when no class present in load_arff method (module sklweka.dataset)
added load_dataset method in module sklweka.dataset that uses Weka to load the data before converting it into sklearn data structures (slower, but more flexible)
0.0.3 (2021-10-26)
added support for generating data via Weka’s data generators
0.0.2 (2021-04-12)
requiring python-weka-wrapper3 version 0.2.1 at least in order to offer pickle support
0.0.1 (2021-03-28)
initial release
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
File details
Details for the file sklearn-weka-plugin-0.0.4.tar.gz
.
File metadata
- Download URL: sklearn-weka-plugin-0.0.4.tar.gz
- Upload date:
- Size: 65.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fee9a8f0c6e0e6151abd100b1efff128ca5115bb92d07c80711274b9421bb68f |
|
MD5 | 12a54c8780842c12cc8d1f21c1124428 |
|
BLAKE2b-256 | ace1ed605c96b5e25a29f834d821a36bb8d67a8d414950aec3fa4a8d213d80c6 |