Git Product home page Git Product logo

python-weka-wrapper-examples's Introduction

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!

Examples for the Python3 version are available here.

python-weka-wrapper-examples

Example code for the Python wrapper for Weka (https://github.com/fracpete/python-weka-wrapper).

Some of the examples are modelled after the original Examples for Weka (https://svn.cms.waikato.ac.nz/svn/weka/trunk/wekaexamples/).

Requirements:

  • Python
  • python-weka-wrapper (>= 0.2.0)
  • JDK 1.6+

The Python libraries you can either install using pip install <name> or use pre-built packages available for your platform.

Forum

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

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

IDEs

Library Setup in Eclipse PyDev

  1. when add external library, path should stop at site-packages, and then import will work as import weka.core.jvm as jvm
  • working: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages
  • not working: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/weka
  1. when add source folder as library, same as above, path stop at "src", then then imporit will work as "import wekaexamples.helper as helper"
  • working: ${PROJ_DIR_NAME}/src
  • not working: ${PROJ_DIR_NAME}/src/wekaexamples

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.