File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11The **python-weka-wrapper3 ** package makes it easy to run
22`Weka <http://www.cs.waikato.ac.nz/~ml/weka/ >`_ algorithms and filters from
33within Python 3. It offers access to Weka API using thin wrappers around JNI
4- calls using the `javabridge <https://pypi.python.org/pypi/javabridge >`_ package.
4+ calls using the `python- javabridge <https://pypi.python.org/pypi/python- javabridge >`_ package.
55
66Forum for project at:
77
Original file line number Diff line number Diff line change 11# python-weka-wrapper3
22
33Python wrapper for the Java machine learning workbench [ Weka] ( http://www.cs.waikato.ac.nz/~ml/weka/ )
4- using the [ javabridge] ( https://pypi.python.org/pypi/javabridge ) library.
4+ using the [ python- javabridge] ( https://pypi.python.org/pypi/python- javabridge ) library.
55
66Requirements:
77
88* Python 3
9- * javabridge (>= 1 .0.14 )
9+ * python- javabridge (>= 4 .0.0 )
1010 * matplotlib (optional)
1111 * pygraphviz (optional)
1212 * PIL (optional)
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ available in the Ubuntu repositories:
7171
7272.. code-block :: bash
7373
74- $ ./pww3/bin/pip install javabridge
74+ $ ./pww3/bin/pip install python- javabridge
7575 $ ./pww3/bin/pip install python-weka-wrapper3
7676
7777
You can’t perform that action at this time.
0 commit comments