Unverified Commit 16c7f0d0 authored by Peter Cotton's avatar Peter Cotton Committed by GitHub
Browse files

Update gradient_feature_selector.rst (#5099)

parent 262150e7
...@@ -43,7 +43,7 @@ And you could reference the examples in ``/examples/feature_engineering/gradient ...@@ -43,7 +43,7 @@ And you could reference the examples in ``/examples/feature_engineering/gradient
**order** (int, optional, default = 4) - What order of interactions to include. Higher orders may be more accurate but increase the run time. 12 is the maximum allowed order. **order** (int, optional, default = 4) - What order of interactions to include. Higher orders may be more accurate but increase the run time. 12 is the maximum allowed order.
* *
**penatly** (int, optional, default = 1) - Constant that multiplies the regularization term. **penalty** (int, optional, default = 1) - Constant that multiplies the regularization term.
* *
**n_features** (int, optional, default = None) - If None, will automatically choose number of features based on search. Otherwise, the number of top features to select. **n_features** (int, optional, default = None) - If None, will automatically choose number of features based on search. Otherwise, the number of top features to select.
......
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