Metadata-Version: 1.1
Name: sklearn-weka-plugin
Version: 0.0.2
Summary: Library for making Weka algorithms available within scikit-learn. Relies on the python-weka-wrapper3 library.
Home-page: https://github.com/fracpete/sklearn-weka-plugin
Author: Peter "fracpete" Reutemann
Author-email: sklweka@fracpete.org
License: GNU General Public License version 3.0 (GPLv3)
Description: The **sklearn-weka-plugin** library integrates `Weka <http://www.cs.waikato.ac.nz/~ml/weka/>`__ algorithms
        in scikit-learn using Python 3. It makes use of the `python-weka-wrapper3 <https://github.com/fracpete/python-weka-wrapper3>`__
        library for handling the Java Virtual Machine.
        
        Examples can be found at:
        
        https://github.com/fracpete/sklearn-weka-plugin-examples
        
        Changelog
        =========
        
        0.0.2 (2021-04-12)
        ------------------
        
        - requiring python-weka-wrapper3 version 0.2.1 at least in order to offer pickle support
        
        
        0.0.1 (2021-03-28)
        ------------------
        
        - initial release
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Programming Language :: Python :: 3
