Metadata-Version: 1.2
Name: featuretools4s
Version: 0.1
Summary: Run FeatureTools to automate Feature Engineering distributionally on Spark. 
Home-page: https://github.com/pan5431333/featuretools4s
Author: Meng Pan
Author-email: meng.pan95@gmail.com
Maintainer: Meng Pan
Maintainer-email: meng.pan95@gmail.com
License: BSD License
Description: ## FeatureTools for Spark (featuretools4s)
        
        ### 1. What's FeatureTools? 
        FeatureTools is a Python library open-sourced by MIT's 
        FeatureLab aiming to automate 
        the process of feature engineering in Machine Learning 
        applications. 
        
        Please visit the [official website](https://docs.featuretools.com/index.html)
        for more details about FeatureTools. 
        
        *FeatureTools4S* is a Python library written by me aiming to scale 
        FeatureTools with **Spark**, making it capable of generating 
        features for billions of rows of data, which is usually 
        considered impossible to process on single machine using 
        original FeatureTools library with Pandas. 
        
        *FeatureTools4S* provides **almost the same** API as original 
        FeatureTools, which make its users completely free of transferring 
        between FeatureTools and FeatureTools4S. **Hence we suggest the readers 
        first to learn FeatureTools and then you can easily work on FeatureTools4S.**
        
          
Platform: all
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries
