Go to
Explorer
, Openiris.arff
data, then go toCPython Scripting
, Copy and Paste the following lines of codes intoPython Scripts
:
hi = "Hello, CPython of Weka!"
hello = hi.upper()
iris = py_data
info = iris.describe()
To see output, go to
Python Variables
, selecthi
, for example, and clickGet text