All Projects → fracpete → python-weka-wrapper

fracpete / python-weka-wrapper

Licence: GPL-3.0 license
Python 2.7 wrapper for Weka using javabridge.

Programming Languages

python
139335 projects - #7 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to python-weka-wrapper

AffectiveTweets
A WEKA package for analyzing emotion and sentiment of tweets.
Stars: ✭ 74 (-12.94%)
Mutual labels:  weka
arrhythmia-ecg-analysis-pds
Arrhythmia Classification through Characteristics Extraction with Discrete Wavelet Transform & Machine Learning
Stars: ✭ 19 (-77.65%)
Mutual labels:  weka
python-weka-wrapper3-examples
Example code for the python-weka-wrapper3 project.
Stars: ✭ 15 (-82.35%)
Mutual labels:  weka
Machine Learning Spring Weka
Weka with spring example
Stars: ✭ 17 (-80%)
Mutual labels:  weka
python-weka-wrapper-examples
Example code for the python-weka-wrapper project.
Stars: ✭ 35 (-58.82%)
Mutual labels:  weka
collective-classification-weka-package
Semi-Supervised Learning and Collective Classification
Stars: ✭ 20 (-76.47%)
Mutual labels:  weka
JCLAL
JCLAL is a general purpose framework developed in Java for Active Learning.
Stars: ✭ 22 (-74.12%)
Mutual labels:  weka
candis
🎀 A data mining suite for gene expression data.
Stars: ✭ 28 (-67.06%)
Mutual labels:  weka
arrhythmia-ecg-analysis-ai
Arrhythmia Classification through Characteristics Extraction with Discrete Wavelet Transform & WEKA/MATLAB Supervised Training
Stars: ✭ 25 (-70.59%)
Mutual labels:  weka
TeBaQA
A question answering system which utilises machine learning.
Stars: ✭ 17 (-80%)
Mutual labels:  weka
python-weka-wrapper3
Python 3 wrapper for Weka using python-javabridge.
Stars: ✭ 126 (+48.24%)
Mutual labels:  weka

END OF LIFE

Python 2.7 has reached its end-of-life in 2020, you should consider using the Python 3 version of this library, as the Python 2.7 version will no longer get updates!

python-weka-wrapper

Python wrapper for the Java machine learning workbench Weka using the javabridge library.

Requirements:

  • Python 2.7 (for Python 3 version see here)
    • javabridge (>= 1.0.14)
    • matplotlib (optional)
    • pygraphviz (optional)
    • PIL (optional)
  • Oracle JDK 1.8+

Uses:

  • Weka (3.9.3)

Installation

Detailed instructions and links to videos on installing the library are located here.

Please note, that you need a build environment to compile some libraries from source.

Forum

You can post questions, patches or enhancement requests in the following Google Group:

https://groups.google.com/forum/#!forum/python-weka-wrapper

Examples

See python-weka-wrapper-examples repository for example code on the various APIs. Also, check out the sphinx documentation in the doc directory. You can generate HTML documentation using the make html command in the doc directory.

Available online documentation:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].