Metadata-Version: 1.1
Name: dlearn
Version: 0.1.0
Summary: A collection of python modules for machine learning.
Home-page: https://github.com/de-eplearn/dlearn
Author: Dirk Elsinghorst
Author-email: de.eplearn5@gmail.com
License: MIT
Description: dLearn
        ======
        
        dLearn is a Python package which contains machine learning modules.
        
        The project is not yet publicly available.
        
        Installation
        ------------
        
        Dependencies
        ~~~~~~~~~~~~
        
        dLearn requires:
        
        - NumPy
        - sklearn
        
        User installation
        ~~~~~~~~~~~~~~~~~
        
        The easiest way to install dLearn is using ``pip`` ::
        
            pip install -U dlearn
        
        Or if you want to install from sources you can execute in
        the `dLearn` directory (same one where you found this file after
        cloning the git repo) ::
        
            python setup.py install
        
        Source code
        ~~~~~~~~~~~
        
        You can check the latest sources with the command::
        
            git clone https://github.com/de-eplearn/dlearn.git
        
        Usage
        -----
        
        Some examples of how to start using the modules one can find
        in the subfolder /examples/
        
        Author
        ------
        
        Dirk Elsinghorst
        
        License
        -------
        
        dLearn is published under the MIT License.
Keywords: machine learning preprocessing cluster
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
