Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
0a64d942
"git@developer.sourcefind.cn:OpenDAS/nni.git" did not exist on "21256bf9d3cf2bf78ce469e1ba48445a5d8dede1"
Unverified
Commit
0a64d942
authored
Apr 19, 2020
by
xuehui
Committed by
GitHub
Apr 19, 2020
Browse files
update typo in FeatureEngineering (#2292)
parent
f36b62a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/en_US/FeatureEngineering/Overview.md
docs/en_US/FeatureEngineering/Overview.md
+2
-2
No files found.
docs/en_US/FeatureEngineering/Overview.md
View file @
0a64d942
...
@@ -148,7 +148,7 @@ from sklearn.feature_selection.base import SelectorMixin
...
@@ -148,7 +148,7 @@ from sklearn.feature_selection.base import SelectorMixin
from
nni.feature_engineering.feature_selector
import
FeatureSelector
from
nni.feature_engineering.feature_selector
import
FeatureSelector
class
CustomizedSelector
(
FeatureSelector
,
BaseEstimator
):
class
CustomizedSelector
(
FeatureSelector
,
BaseEstimator
,
SelectorMixin
):
def
__init__
(
self
,
...):
def
__init__
(
self
,
...):
...
...
...
@@ -161,7 +161,7 @@ class CustomizedSelector(FeatureSelector, BaseEstimator):
...
@@ -161,7 +161,7 @@ class CustomizedSelector(FeatureSelector, BaseEstimator):
if
not
key
.
endswith
(
'_'
)}
if
not
key
.
endswith
(
'_'
)}
return
params
return
params
def
set_params
(
self
,
**
params
):
def
set_params
(
self
,
**
params
):
"""
"""
Set the parameters of this estimator.
Set the parameters of this estimator.
"""
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment