Metadata-Version: 2.1
Name: data-science-pipeline-automation
Version: 0.0.2
Summary: Python library to help you to automate the data science pipeline
Home-page: https://github.com/chizhangucb/data_science_pipeline_automation
Author: @chizhangucb
Author-email: chizhangucb@gmail.com
License: UNKNOWN
Description: # Data Science Pipeline Automation
        
        Python library to help you to automate the data science pipeline, which helps
        - EDA (load & check data)
        - Data preprocessing (missing value imputation & outlier removal)
        - Feature engineering
        - Automatic machine learning tuning
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
