Metadata-Version: 2.1
Name: ggwp
Version: 0.0.14
Summary: Prepare Fast, Analyze Faster
Home-page: https://github.com/datanooblol/ggwp
Author: Pathompol Nilchaikovit
Author-email: data.noob.lol@gmail.com
License: MIT
Description: # ggwp: Prepare Fast, Analyze Faster  
        [![PyPI Latest Release](https://img.shields.io/pypi/v/ggwp)](https://pypi.org/project/ggwp/) 
        [![Downloads](https://img.shields.io/pypi/dm/ggwp)](https://pypi.org/project/ggwp/)
        [![Repo Size](https://img.shields.io/github/repo-size/datanooblol/ggwp)](https://pypi.org/project/ggwp/)
        [![License](https://img.shields.io/pypi/l/ggwp)](https://pypi.org/project/ggwp/)
        [![Release Date](https://img.shields.io/github/release-date/datanooblol/ggwp)](https://pypi.org/project/ggwp/)
        
        ## What is ggwp?
        
        **ggwp** is a Python package for fast and easy data analytics.  
        It aims to make a data model that can be applied for some use cases  
        such as customer analytics. The data model created by ggwp is designed  
        directly from my personal experiences, which will be more and more data models  
        in the future.  
        
        ## Main Features  
        Here are current features available in **ggwp**:  
        
        For Data-Preparation:
        -  DataModel: prepare your raw data for a general data model
        -  EzCheck: check your data quality
        -  EzRFM: create RFMT dataset
        -  EzCohort: create Cohort dataset
        -  EzCustomerMovement: create Customer Movement dataset
        -  EzBasketEvolving: create Basket Evolving dataset
        
        For Data-Preparation, Modeling, Evaluation:
        -  EzLog: log your data status and your remark, so you know what you've done for each stage
        -  EzEvaluation: evaluate your model using traditional (R2, RMSE, F-1, ACC, ROC) and practical metrics (Cost&Benefit, Lift)
        -  EzBenchMark: benchmark your models' performances giving you some intuition
        
        ## Where to get **ggwp**  
        The source code is currently hosted at GitHub:  
        https://github.com/datanooblol/ggwp  
        
        The latest version is available at  
        [Python Package Index (PyPI)](https://pypi.org/project/ggwp/)  
        
        ```sh  
        # pip  
        pip install ggwp  
        ```  
        
        ## Dependencies  
        
        -  numpy  
        -  pandas  
        -  sklearn
        -  xgboost
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.5
Description-Content-Type: text/markdown
