Metadata-Version: 2.1
Name: rolldecay-estimators
Version: 0.1.11
Summary: A template for scikit-learn compatible packages.
Home-page: https://github.com/scikit-learn-contrib/project-template
Maintainer: Martin Alexandersson
Maintainer-email: vighneshbirodkar@nyu.edu, g.lemaitre58@gmail.com
License: new BSD
Download-URL: https://github.com/scikit-learn-contrib/project-template
Description: .. -*- mode: rst -*-
        
        |Travis|_ |AppVeyor|_ |Codecov|_ |CircleCI|_ |ReadTheDocs|_
        
        .. |Travis| image:: https://travis-ci.com/martinlarsalbert/rolldecay-estimators.svg?branch=master
        .. _Travis: https://travis-ci.com/martinlarsalbert/rolldecay-estimators
        
        .. |AppVeyor| image:: https://ci.appveyor.com/api/projects/status/coy2qqaqr1rnnt5y/branch/master?svg=true
        .. _AppVeyor: https://ci.appveyor.com/project/glemaitre/project-template
        
        .. |Codecov| image:: https://codecov.io/gh/scikit-learn-contrib/project-template/branch/master/graph/badge.svg
        .. _Codecov: https://codecov.io/gh/scikit-learn-contrib/project-template
        
        .. |CircleCI| image:: https://circleci.com/gh/scikit-learn-contrib/project-template.svg?style=shield&circle-token=:circle-token
        .. _CircleCI: https://circleci.com/gh/scikit-learn-contrib/project-template/tree/master
        
        .. |ReadTheDocs| image:: https://readthedocs.org/projects/rolldecay-estimators/badge/?version=latest
        .. _ReadTheDocs: https://rolldecay-estimators.readthedocs.io/en/latest/?badge=latest
        
        Rolldecay-estimators - Transformers and estimators for scikit-learn
        ===================================================================
        
        .. _scikit-learn: https://scikit-learn.org
        
        **rolldecay-estimators** is a scikit-learn_ compatible
        extension.
        
        It aids development of estimators that can be used in scikit-learn pipelines
        and (hyper)parameter search, while facilitating testing (including some API
        compliance), documentation, open source development, packaging, and continuous
        integration.
        
        .. _documentation: https://rolldecay-estimators.readthedocs.io/en/latest
        
        Refer to the documentation_ to modify the template for your own scikit-learn
        contribution.
        
        *Thank you for cleanly contributing to the scikit-learn ecosystem!*
        
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
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 :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: tests
Provides-Extra: docs
