Metadata-Version: 2.1
Name: AutoFeatures
Version: 1.0.0
Summary: PySpark Auto Feature Selector
Home-page: https://github.com/runawayhorse001/AutoFeatures.git
Author: Wenqiang Feng
Author-email: von198@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: IPython
Classifier: Framework :: Jupyter
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Operating System :: MacOS
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: xlsxwriter
Requires-Dist: matplotlib
Requires-Dist: seaborn

# AutoFeatures: PySpark Auto Feature Selector

This is our PySpark Auto Feature Selector library repositories. The site has published 
at https://runawayhorse001.github.io/AutoFeatures/

The ``API`` can be found at:  .
If you want to install it, you can

### Install from PyPI

You can install the AutoFeatures from [PyPI](https://pypi.org/project/AutoFeatures):

    pip install AutoFeatures

### Install from Repo 

Or you can istall the AutoFeatures from the repo:

#### 1. clone

	git clone https://github.com/runawayhorse001/AutoFeatures.git

#### 2. install 

	cd  AutoFeatures
	pip install -r requirements.txt 
	python setup.py install

#### 3. test 

	cd AutoFeatures/test
	spark-submit test.py

#### 4. uninstall 

	pip uninstall AutoFeatures


