Metadata-Version: 1.2
Name: featureeng
Version: 0.1.0
Summary: A bunch of functions to enable and make FE easy when building Machine Learning Models
Home-page: https://github.com/Abuton/featureeng
Author: Abubakar Alaro
Author-email: alaroabubakarolayemi@yahoo.com
License: BSD license
Description: ==========
        featureeng
        ==========
        This Package is to help make feature engineering easy. It will consist of many python functions that makes building a Machine Learning model easy.
        
        The project is at the Infant stage but will grow everyday going by 2hrs/day. OnG.
        
        .. image:: https://img.shields.io/pypi/v/featureeng.svg
                :target: https://pypi.python.org/pypi/featureeng
        
        .. image:: https://img.shields.io/travis/Abuton/featureeng.svg
                :target: https://travis-ci.com/Abuton/featureeng
        
        .. image:: https://readthedocs.org/projects/featureeng/badge/?version=latest
                :target: https://featureeng.readthedocs.io/en/latest/?version=latest
                :alt: Documentation Status
        
        
        .. image:: https://pyup.io/repos/github/Abuton/featureeng/shield.svg
             :target: https://pyup.io/repos/github/Abuton/featureeng/
             :alt: Updates
        
        
        
        A bunch of functions to enable and make FE easy when building Machine Learning Models
        
        
        * Free software: BSD license
        * Documentation: https://featureeng.readthedocs.io.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        
        
        =======
        History
        =======
        
        0.1.0 (2021-06-04)
        ------------------
        
        * First release on PyPI.
        
Keywords: featureeng
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Python: >=3.6
