File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
test/test_metalearning/pyMetaLearn Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 66# Make the super class importable
77sys .path .append (os .path .dirname (__file__ ))
88
9- import arff
10- import numpy as np
11- from scipy import sparse
12- from sklearn .impute import SimpleImputer
9+ import arff # noqa: E402
10+ import numpy as np # noqa: E402
11+ from scipy import sparse # noqa: E402
12+ from sklearn .impute import SimpleImputer # noqa: E402
1313
14- from autosklearn .pipeline .implementations .OneHotEncoder import OneHotEncoder
15- from sklearn .preprocessing import StandardScaler
14+ from autosklearn .pipeline .implementations .OneHotEncoder import OneHotEncoder # noqa: E402
15+ from sklearn .preprocessing import StandardScaler # noqa: E402
1616
17- import autosklearn .metalearning .metafeatures .metafeatures as meta_features
18- import test_meta_features
17+ import autosklearn .metalearning .metafeatures .metafeatures as meta_features # noqa: E402
18+ import test_meta_features # noqa: E402
1919
2020
2121class SparseMetaFeaturesTest (test_meta_features .MetaFeaturesTest ,
You can’t perform that action at this time.
0 commit comments