Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MLD3
FIDDLE
Commits
f1bbf844
Commit
f1bbf844
authored
Dec 16, 2019
by
Shengpu Tang (tangsp)
Browse files
fix warning
parent
70075a91
Changes
1
Hide whitespace changes
Inline
Side-by-side
FIDDLE/helpers.py
View file @
f1bbf844
...
...
@@ -235,9 +235,9 @@ def check_imputed_output(df_v):
# Post-filter: feature selection classes
######
try
:
from
sklearn.feature_selection.base
import
SelectorMixin
except
:
from
sklearn.feature_selection._base
import
SelectorMixin
except
:
from
sklearn.feature_selection.base
import
SelectorMixin
class
FrequencyThreshold_temporal
(
sklearn
.
base
.
BaseEstimator
,
...
...
Write
Preview
Supports
Markdown
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