Presentation is loading. Please wait.

Presentation is loading. Please wait.

Weka: Experimenter and Knowledge Flow interfaces Neil Mac Parthaláin

Similar presentations


Presentation on theme: "Weka: Experimenter and Knowledge Flow interfaces Neil Mac Parthaláin"— 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

6

7

8

9

10

11

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

13

14

15 Lots of different ways to compare results!

16

17 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 Data sources, 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

18 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

19 Getting Started

20

21 A few ‘hidden’ steps…

22

23 Add the Classifier learner

24 …and the performance evaluator

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

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

27 Connect: dataSet to CrossValidationFoldMaker

28 Continue to ‘wire-up’ each ‘block’…

29 …and so on

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

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

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

33 Once all is configured, you are ready to start…

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

35 Output is similar to that of console window of Explorer

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

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

38 For example: attribute selection….

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

40 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!

41 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...

42 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

43 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


Download ppt "Weka: Experimenter and Knowledge Flow interfaces Neil Mac Parthaláin"

Similar presentations


Ads by Google