Unverified Commit 06123ed8 authored by xuehui's avatar xuehui Committed by GitHub
Browse files

Update feature eng doc (#2030)



* quick fix paik8s

* update for stay master

* minus change

* fix typo

* Delete nni
Co-authored-by: default avatarweicheng <32082711+weicheng51@users.noreply.github.com>
parent d51d755e
...@@ -6,6 +6,12 @@ For now, we support the following feature selector: ...@@ -6,6 +6,12 @@ For now, we support the following feature selector:
- [GradientFeatureSelector](./GradientFeatureSelector.md) - [GradientFeatureSelector](./GradientFeatureSelector.md)
- [GBDTSelector](./GBDTSelector.md) - [GBDTSelector](./GBDTSelector.md)
These selectors are suitable for tabular data(which means it doesn't include image, speech and text data).
In addition, those selector only for feature selection. If you want to:
1) generate high-order combined features on nni while doing feature selection;
2) leverage your distributed resources;
you could try this [example](https://github.com/microsoft/nni/tree/master/examples/feature_engineering/auto-feature-engineering).
## How to use? ## How to use?
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment