290 likes | 504 Views
An Introduction to Weka(cont .). CS IT 5210 2013, Fall. Weka Experimenter. Experimenter: compare learning schemes on datasets Evaluation options: cross-validation, learning curve, hold-out Can also iterate over different parameter settings. Choose comparison field. Weka KnowledgeFlow.
E N D
An Introduction to Weka(cont.) CSIT 5210 2013, Fall
Weka Experimenter • Experimenter: compare learning schemes on datasets • Evaluation options: cross-validation, learning curve, hold-out • Can also iterate over different parameter settings
WekaKnowledgeFlow • New graphical user interface for WEKA • Java-Beans-based interface for setting up and running machine learning experiments • Data sources, classifiers, etc. are beans and can be connected graphically • Data “flows” through components: e.g., “data source” -> “filter” -> “classifier” -> “evaluator” • Layouts can be saved and loaded again later
Right click on the ArffLoader and connect them with datasets
Add classifier and connect them with train/test
Setting up is done, right click ArffLoader ‘configure” to choose files
Right click and choose “configure” to assign the label attribute