"test/vscode:/vscode.git/clone" did not exist on "d3e190c7c88ce65e509eee5b842b496f54fc09a7"
Unverified Commit 0a64d942 authored by xuehui's avatar xuehui Committed by GitHub
Browse files

update typo in FeatureEngineering (#2292)

parent f36b62a9
......@@ -148,7 +148,7 @@ from sklearn.feature_selection.base import SelectorMixin
from nni.feature_engineering.feature_selector import FeatureSelector
class CustomizedSelector(FeatureSelector, BaseEstimator):
class CustomizedSelector(FeatureSelector, BaseEstimator, SelectorMixin):
def __init__(self, ...):
...
......
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