Metadata-Version: 2.1
Name: giotto-learn
Version: 0.1a0
Summary: Toolbox for Machine Learning using Topological Data Analysis.
Home-page: https://github.com/giotto-learn/giotto-learn
Maintainer: Guillaume Tauzin
Maintainer-email: maintainers@giotto.ai
License: Apache 2.0
Download-URL: https://github.com/giotto-learn/giotto-learn/tarball/v0.1a.0
Description: 
        |Azure|_ |Azure-cov|_ |Azure-test|_ |binder|_
        
        .. |Azure| image:: https://dev.azure.com/giotto-learn/giotto-learn/_apis/build/status/giotto-learn.giotto-learn?branchName=master
        .. _Azure: https://dev.azure.com/giotto-learn/giotto-learn/
        
        .. |Azure-cov| image:: https://coveralls.io/repos/neovim/neovim/badge.svg?branch=master
        .. _Azure-cov: https://dev.azure.com/giotto-learn/giotto-learn/_build/results?buildId=364&view=codecoverage-tab
        
        .. |Azure-test| image:: https://travis-ci.org/scikit-learn/scikit-learn.svg?branch=master
        .. _Azure-test: https://dev.azure.com/giotto-learn/giotto-learn/_build/results?buildId=364&view=ms.vss-test-web.build-test-results-tab
        
        .. |binder| image:: https://mybinder.org/badge_logo.svg
        .. _binder: https://mybinder.org/v2/gh/giotto-learn/giotto-learn/master?filepath=examples
        
        giotto-learn
        ============
        
        C++ dependencies:
        -----------------
        
        -  C++14 compatible compiler
        -  CMake >= 3.9
        -  Boost >= 1.56
        
        To install:
        -----------
        
        .. code-block:: bash
        
           git clone https://github.com/giotto-learn/giotto-learn.git
           cd giotto-learn
           pip install .
        
        
        To use:
        -------
        
        .. code-block:: python
        
           import giotto as gt
        
        
        Contacts:
        ---------
        
        maintainers@giotto.ai
        
Keywords: machine learning topological data analysis persistent homology,persistence diagrams
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: Programming Language :: C
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Scientific/Engineering
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: tests
Provides-Extra: doc
Provides-Extra: examples
