Metadata-Version: 1.1
Name: ClassificaIO
Version: 1.0.3
Summary: Graphical User Interface for machine learning classification algorithms from scikit-learn
Home-page: https://github.com/gmiaslab/ClassificaIO
Author: G. Mias Lab
Author-email: gmiaslab@gmail.com
License: MIT
Download-URL: https://github.com/gmiaslab/ClassificaIO/archive/1.0.3.tar.gz
Description-Content-Type: UNKNOWN
Description: ClassificaIO
        ============
        
        This repository contains ClassificaIO, a Python package that provides a
        graphical user interface (GUI) for machine learning classification algorithms from
        scikit-learn.
        
        ClassificaIO Installation Instructions
        ======================================
        
        A. INSTALLATION
        ---------------
        
        Recommended Pre-Installation Requirements
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        To install ClassificaIO on any platform you need:
         1. A Python distribution - ClassificaIO was built usining Anaconda distribution,
            python 3.5.
        
        Installation Instructions
        ~~~~~~~~~~~~~~~~~~~~~~~~~
        
        To install the current release use pip
        
        .. code:: bash
        
            pip install ClassificaIO
        
        Alternatively, you can install directly from github using:
        
        .. code:: bash
        
            pip install git+https://github.com/gmiaslab/ClassificaIO/
        
        B. RUNNING ClassificaIO
        -----------------------
        
        After installation you can run:
        
        .. code:: python
        
            >>> from ClassificaIO import ClassificaIO
            >>> ClassificaIO.gui()
        
        C. DOCUMENTATION
        ----------------
        
        Documentation for ClassificaIO is provided in the manual, available
        online at: \*
        https://github.com/gmiaslab/manuals/blob/master/ClassificaIO/ClassificaIO_UserManual.pdf
        
        The manual can also be accessed directly through the Help menu in
        ClassificaIO that points to the above location.
        
        D. LICENSING
        ------------
        
        ClassificaIO is provided under an MIT license.
        
        E. OTHER CONTACT INFORMATION
        ----------------------------
        
        -  Contributions: Raeuf Roushangar, George I. Mias
        -  G.MiasLab (https://georgemias.org)
        -  e-mail: gmiaslab@gmail.com
        -  twitter: @gmiaslab
        
Keywords: machine learning,classification,bioinformatics
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Education
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: Unix
Classifier: Topic :: Education
Classifier: Topic :: Utilities
