Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fracpete/weka-virtualenv
Virtual environment manager for Weka.
https://github.com/fracpete/weka-virtualenv
java maven virtualenv weka
Last synced: 24 days ago
JSON representation
Virtual environment manager for Weka.
- Host: GitHub
- URL: https://github.com/fracpete/weka-virtualenv
- Owner: fracpete
- Created: 2017-12-14T20:39:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-21T00:19:11.000Z (11 months ago)
- Last Synced: 2024-10-19T12:15:47.400Z (3 months ago)
- Topics: java, maven, virtualenv, weka
- Language: Java
- Homepage:
- Size: 6.16 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# weka-virtualenv
Virtual environment manager for Weka, inspired by the extremely useful virtual
environments that Python supports.*weka-virtualenv* can be used for launching the GUI or arbitrary Weka classes.
Since *weka-virtualenv* uses options starting with double-dashes (`--`), clashes with
Weka options are avoided. Any option that wasn't consumed by *weka-virtualenv*
will get further processed by the command. E.g., when launching the Explorer
using the `explorer` command, a dataset can be supplied to load immediately,
or, when executing a classifier using the `run` command, any additional option
will get passed to the Weka class.You can use the tool either through the command-line or through its user
interface.## Links
* [Releases](https://fracpete.github.io/weka-virtualenv/releases/)
* [Documentation](https://fracpete.github.io/weka-virtualenv/)
* [Videos](https://www.youtube.com/playlist?list=PLMeTbrv9G0apt1ii_kyU5rtJEu58WrGwB)## Licenses
The shell scripts are licensed under [Apache 2.0](https://github.com/fracpete/weka-virtualenv/blob/master/APACHE.txt)
and all other source code under [GPL 3.0](https://github.com/fracpete/weka-virtualenv/blob/master/GPL.txt).