Is there a way to achieve "Save result buffer" and "Visualize tree" options that are available in the weka tool, through weka-python-wrapper also? (As the weka tool does not provide scripting options). Not able to find it in the python-weka-wrapper-0.3.8 documentation. Please help or direct me where to find the solution.
Screenshot of the Weka explorer tool with those two options visible
The python-weka-wrapper library does not come with a GUI, hence the question is a bit misplaced. However, this is covered in the examples section of the python-weka-wrapper documentation (Build classifier on dataset, print model and draw graph). The code to this is also available from the classifiers.py code example (look for comment # build a classifier and output model
).