Skip to content
/ wekamooc Public
forked from fracpete/wekamooc

Code examples for the MOOC series "Data Mining with Weka" - https://weka.waikato.ac.nz/

License

Notifications You must be signed in to change notification settings

zsgul/wekamooc

 
 

Repository files navigation

WekaMOOC

Contains code examples for the MOOC series Data Mining with Weka:

https://weka.waikato.ac.nz/

You can use the WEKAMOOC_DATA environment variable to point the scripts to the correct data directory, rather than changing the directory in each of the scripts manually.

Requires version 0.2.0 (or later) of the python-weka-wrapper library for the Python examples.

On Linux or Mac OSX, you can do this in the terminal as follows:

  • just for the current command:

    WEKAMOOC_DATA=/home/me/somewhere/data python class-1.3.py
    WEKAMOOC_DATA=/home/me/somewhere/data python class-1.4.py
    
  • for the current shell session:

    export WEKAMOOC_DATA=/home/me/somewhere/data
    python class-1.3.py
    python class-1.4.py
    

For Windows, you can do this in the command prompt as follows:

  set WEKAMOOC_DATA=C:\some\where
  python class-1.3.py
  python class-1.4.py
  

About

Code examples for the MOOC series "Data Mining with Weka" - https://weka.waikato.ac.nz/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Groovy 2.2%