OpenFE
OpenFE: automated feature generation with expert-level performance
File Explorer
Download Latest Version (.zip)- api.doctree
- environment.pickle
- FAQ.doctree
- index.doctree
- modules.doctree
- openfe.doctree
- parameter_tuning.doctree
- quick_start.doctree
- FeatureGenerator.html
- openfe.html
- utils.html
- index.html
- api.rst.txt
- FAQ.rst.txt
- index.rst.txt
- modules.rst.txt
- openfe.rst.txt
- parameter_tuning.rst.txt
- quick_start.rst.txt
- fontawesome-webfont.eot
- fontawesome-webfont.svg
- fontawesome-webfont.ttf
- fontawesome-webfont.woff
- fontawesome-webfont.woff2
- lato-bold-italic.woff
- lato-bold-italic.woff2
- lato-bold.woff
- lato-bold.woff2
- lato-normal-italic.woff
- lato-normal-italic.woff2
- lato-normal.woff
- lato-normal.woff2
- Roboto-Slab-Bold.woff
- Roboto-Slab-Bold.woff2
- Roboto-Slab-Regular.woff
- Roboto-Slab-Regular.woff2
- badge_only.css
- theme.css
- badge_only.js
- html5shiv-printshiv.min.js
- html5shiv.min.js
- theme.js
- _sphinx_javascript_frameworks_compat.js
- basic.css
- doctools.js
- documentation_options.js
- file.png
- jquery-3.6.0.js
- jquery.js
- language_data.js
- minus.png
- plus.png
- pygments.css
- searchtools.js
- sphinx_highlight.js
- underscore-1.13.1.js
- underscore.js
- .buildinfo
- api.html
- FAQ.html
- genindex.html
- index.html
- modules.html
- objects.inv
- openfe.html
- parameter_tuning.html
- py-modindex.html
- quick_start.html
- search.html
- searchindex.js
- openfe.svg
- conf.py
- FAQ.rst
- index.rst
- make.bat
- Makefile
- openfe.rst
- parameter_tuning.rst
- quick_start.rst
- requirements.txt
- IEEE.py
- IEEE_utils.py
- README.md
- california_housing.py
- california_housing_selection.py
- __init__.py
- FeatureGenerator.py
- FeatureSelector.py
- openfe.py
- utils.py
- .gitignore
- .readthedocs.yaml
- LICENSE
- README.md
- setup.py
# Installation Guide
1. Get the code
git clone https://github.com/IIIS-Li-Group/OpenFE
Downloads the entire project code from GitHub to your computer.
cd OpenFE
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install openfe
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install openfe
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
