Skip to content

Latest commit

 

History

History

2014-12-08

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

2014-12-08

11

How to use data mining on publicly available data.

Peter Reutemann demonstrated how the python-weka-wrapper library enables you to use the WEKA machine learning workbench (written in Java) in a Python environment.

See the README in the sub-directory datamining

Hangman

Ian Stewart wrote python scripts to review the Linux English dictionary and strip out the words that are not suitable when playing the game hangman. See the sub-directory hangman.