Metadata-Version: 2.1
Name: rolldecay-estimators
Version: 0.5.0
Summary: A template for scikit-learn compatible packages.
Home-page: https://github.com/scikit-learn-contrib/project-template
Author: Martin Alexandersson
Author-email: maralex@chalmers.se
Maintainer: Martin Alexandersson
Maintainer-email: maralex@chalmers.se
License: new BSD
Download-URL: https://github.com/martinlarsalbert/rolldecay-estimators
Description: # Rolldecay-estimators Package
        - Transformers and estimators for scikit-learn
        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.
        
        Refer to the documentation to modify the template for your own scikit-learn contribution.
        
        Thank you for cleanly contributing to the scikit-learn ecosystem!
        
        [Github: rolldecay-estimators](https://github.com/martinlarsalbert/rolldecay-estimators)
Keywords: rolldecayestimators
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
Requires-Python: >=3.5
Provides-Extra: tests
Provides-Extra: docs
