1 / 43

Weka : Experimenter and Knowledge Flow interfaces

Weka : Experimenter and Knowledge Flow interfaces. Neil Mac Parthal áin e mail: ncm@aber.ac.uk. What is different from Explorer ?. Experimenter is used for ‘batches’ of experiments Can only be used for Classification and Regression problems*

rhoda
Download Presentation

Weka : Experimenter and Knowledge Flow interfaces

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Weka: Experimenter and Knowledge Flow interfaces Neil Mac Parthaláin email: ncm@aber.ac.uk

  2. What is different from Explorer? • Experimenter is used for ‘batches’ of experiments • Can only be used for Classification and Regression problems* • Results are generated in a different way • Explorer: % correct = (sum of correctly classified instances for all test folds)/(Total No. of instances in dataset) • Experimenter: % correct = Average of correctly predicted over all folds *Possible to perform attribute selection but not covered here

  3. Experimenter - Overview • Compare the performance of different learning schemes easily • Allows better analysis than Explorer • Results: write-to-file or database • Evaluation: cross-validation, learning curve, or hold-out • Ability to iterate over different parameter settings • Statistical significance tests “for free”!

  4. Experimenter - Overview • The interface essentially has three ‘panes’: • Setup: Configure experiments • Run: Generate results files • Analyse: Analyse the results of the experiments

  5. Always use ‘corrected’ T-Tester! Use this to decide how you compare results

  6. Lots of different ways to compare results!

  7. Knowledge Flow Interface • “Visual: drag-and-drop” user interface for WEKA - intuitive • Java-Beans-based • Can do everything that Explorer does (plus a bit more), but not as comprehensively as Experimenter • Datasources, classifiers, etc. are beans and can be connected graphically • Data “flows” through modules: e.g., “data source” ->“filter” ->“classifier”-> “evaluator” • KF layouts can be saved and re-used later

  8. Knowledge Flow: An Example • What we want to do: • Take a dataset • Do some attribute selection • Perform some classification on the reduced data using 10 fold CV • Examine the subsets selected for each CV fold • Visualise the results in text format and ROC

  9. Getting Started

  10. A few ‘hidden’ steps…

  11. Add the Classifier learner

  12. …and the performance evaluator

  13. TextViewers can be used for visualisation of results as well as examining the processes – more later…

  14. ‘Right-clicking’ on each ‘block’ allows you to configure it as well as ‘wire-up’ to others…

  15. Connect: dataSet to CrossValidationFoldMaker

  16. Continue to ‘wire-up’ each ‘block’…

  17. …and so on

  18. To see the results output: ‘dump’ the text to TextViewer…

  19. When you have finished ‘wiring-up’, it’s time to configure each of the components/blocks…

  20. Set the path/filename(s) of the datasets you would like to load…

  21. Once all is configured, you are ready to start…

  22. Once all experiments have finished, we can visualise the results…

  23. Output is similar to that of console window of Explorer

  24. But there are also ways save these results if we want to keep them for later…

  25. TextViewer components are also useful for ‘looking-inside’ processes…

  26. For example: attribute selection….

  27. It is also possible to visualise data in a similar way to Explorer…e.g. ROC/threshold curves

  28. Some problems you may encounter… Often caused by incorrectly defined .arff files… - too many attribs defined in the header - Incorrectly labelled@attribute types Be aware also that WEKA labels the dataset by whatever name you put in the @Relation field!

  29. Some problems you may encounter… • You may experience an error related to Java heap size if: • The initial heap size is too-small • You load a large dataset • Attempt to run a large number of experiments • Can be fixed by initialising the JVM with a large initial heap size: • Java –Xmx2048m ...

  30. Write your own algorithms… • WEKA is Open Source! • Much of the work is already done for you • Take advantage of the WEKA framework • Writing code and contributing to the WEKA project now easier than before see: http://weka.wikispaces.com/How+can+I+contribute+to+WEKA%3F

  31. Conclusion • Experimenter and Knowledge Flow: • offer useful and flexible ways to perform a range of batches of experiments • Beware of the way in which results are generated! • KF is particularly useful for visualisation • Experimenter more suited to learning • Just a snapshot of capabilities of WEKA! • Want more info? email me (or Richard) • These slides available at: http://users.aber.ac.uk/ncm/weka_slides

More Related