We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c138bfe commit 57586c6Copy full SHA for 57586c6
mlxtend/feature_selection/tests/test_exhaustive_feature_selector.py
@@ -4,7 +4,6 @@
4
#
5
# License: BSD 3 clause
6
7
-from mlxtend.data import boston_housing_data
8
import numpy as np
9
import pandas as pd
10
from numpy.testing import assert_almost_equal
@@ -17,6 +16,7 @@
17
16
from sklearn.neighbors import KNeighborsClassifier
18
19
from mlxtend.classifier import SoftmaxRegression
+from mlxtend.data import boston_housing_data
20
from mlxtend.feature_selection import ExhaustiveFeatureSelector as EFS
21
from mlxtend.utils import assert_raises
22
0 commit comments