项目作者: runawayhorse001

项目描述 :
Automated Feature Selection
高级语言: Jupyter Notebook
项目地址: git://github.com/runawayhorse001/AutoFeatures.git
创建时间: 2019-05-13T16:29:27Z
项目社区:https://github.com/runawayhorse001/AutoFeatures

开源协议:MIT License

下载


AutoFeatures: PySpark Auto Feature Selector

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

The API can be found at: https://runawayhorse001.github.io/AutoFeatures/.
If you want to install it, you can

Install from PyPI

You can install the AutoFeatures from PyPI:

  1. pip install AutoFeatures

Install from Repo

Or you can istall the AutoFeatures from the repo:

1. clone

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

2. install

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

3. test

  1. cd AutoFeatures/test
  2. spark-submit test.py

4. uninstall

  1. pip uninstall AutoFeatures