qdscreen/sklearn.py
1
F401:
'numpy as np' imported but unused
2
import
numpy
as
np
2
E402:
module level import not at top of file
14
from
.compat
import
BaseEstimator
,
SelectorMixin
15
from
.main
import
qd_screen
1
E262:
inline comment should start with '# '
91
X
=
self
.
_validate_data
(
X
,
accept_sparse
=
False
,
#('csr', 'csc'),