Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fracpete/python-weka-wrapper3
Python 3 wrapper for Weka using JPype.
https://github.com/fracpete/python-weka-wrapper3
java jpype machine-learning python3 weka
Last synced: 19 days ago
JSON representation
Python 3 wrapper for Weka using JPype.
- Host: GitHub
- URL: https://github.com/fracpete/python-weka-wrapper3
- Owner: fracpete
- License: gpl-3.0
- Created: 2016-03-29T20:59:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-05T02:19:35.000Z (3 months ago)
- Last Synced: 2024-10-19T12:16:01.184Z (29 days ago)
- Topics: java, jpype, machine-learning, python3, weka
- Language: Python
- Homepage: https://fracpete.github.io/python-weka-wrapper3/
- Size: 95.9 MB
- Stars: 140
- Watchers: 8
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
# python-weka-wrapper3
Python wrapper for the Java machine learning workbench [Weka](http://www.cs.waikato.ac.nz/~ml/weka/)
using the [jpype](https://github.com/jpype-project/jpype) library.Requirements:
* Python 3
* jpype1
* matplotlib (optional)
* pygraphviz (optional)
* PIL (optional)
* lxml (optional)
* OpenJDK 11 (or later)Uses:
* Weka (3.9.6)## Installation
Detailed instructions on installing the library on various operating systems are located here:
https://fracpete.github.io/python-weka-wrapper3/install.html
Please note, that you need a build environment to compile some libraries from source.
## Docker
python-weka-wrapper3 also offers pre-built Docker images, making it easy to run the
tool without having to install it. See [here](docker/README.md) for more information.## Forum
You can post questions, patches or enhancement requests in the following Google Group:
https://groups.google.com/forum/#!forum/python-weka-wrapper
## Examples
* The [Examples](https://fracpete.github.io/python-weka-wrapper3/examples.html)
section in the documentation demonstrates how to use the API.
* The [python-weka-wrapper-examples3](https://github.com/fracpete/python-weka-wrapper3-examples)
repository contains plenty of example code for the various APIs.## Documentation
The complete documentation for the library is available from here:
https://fracpete.github.io/python-weka-wrapper3/
## Download statistics
For viewing recent download statistics, go to *pypistats*:
https://pypistats.org//api/packages/python-weka-wrapper3/recent