Java scripting now in Weka as well
After releasing my jshell-scripting library yesterday, I put together an unofficial package to make it available from within Weka as well: https://github.com/fracpete/jshell-scripting-weka-package
Open-Source and related Stuff
After releasing my jshell-scripting library yesterday, I put together an unofficial package to make it available from within Weka as well: https://github.com/fracpete/jshell-scripting-weka-package
Scripting languages that run in the Java Virtual Machine, like Jython or Groovy, always appealed to me, as I could keep using my Java libraries, but get prototyping done much faster. Now, this week, a friend of mine pointed out…
Read more