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 6d2c1dd commit 8169f41Copy full SHA for 8169f41
boruta/test/test_boruta.py
@@ -58,7 +58,7 @@ def test_if_it_works_with_dataframe_input(Xy):
58
assert list(range(5)) == list(np.where(bt.support_)[0])
59
60
61
-def test_it_dataframe_is_returned(Xy):
+def test_dataframe_is_returned(Xy):
62
X, y = Xy
63
X_df, y_df = pd.DataFrame(X), pd.Series(y)
64
rfc = RandomForestClassifier()
0 commit comments