Metadata-Version: 2.1
Name: ballet
Version: 0.4.1
Summary: Core functionality for lightweight, collaborative data science projects
Home-page: https://github.com/HDI-Project/ballet
Author: Micah Smith
Author-email: micahs@mit.edu
License: MIT license
Description: [![PyPI Shield](https://img.shields.io/pypi/v/ballet.svg)](https://pypi.python.org/pypi/ballet)
        [![Travis CI Shield](https://travis-ci.org/HDI-Project/ballet.svg?branch=master)](https://travis-ci.org/HDI-Project/ballet)
        
        # ballet
        
        A **light**weight framework for collaborative data science projects with a focus on **feat**ure engineering.
        
        *ballet* defines robust `Feature` and `FeaturePipeline` objects built
        alongside the `sklearn_pandas` project, as well as providing a host of other functionality.
        
        *ballet.eng* is a library of versatile transformers for feature engineering built
        on top of the base `Feature` abstraction.
        
        - Free software: MIT license
        - Documentation: https://hdi-project.github.io/ballet
        - Homepage: https://github.com/HDI-Project/ballet
        
        
        # History
        
        ## 0.4 (2018-09-21)
        
        * Implement `Modeler` for versatile modeling and evaluation
        * Change project name
        
        ## 0.3 (2018-04-28)
        
        * Implement `PullRequestFeatureValidator`
        * Add `util.travis`, `util.modutil`, `util.git` util modules
        
        ## 0.2
        
        * Implement `ArrayLikeEqualityTestingMixin`
        * Implement `get_contrib_features`
        
        ## 0.1
        
        * First release on PyPI
        
Keywords: ballet
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.4
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
