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 54547c5 commit 716c36bCopy full SHA for 716c36b
1 file changed
tests/test_flows/test_flow.py
@@ -209,7 +209,8 @@ def test_sklearn_to_upload_to_flow(self):
209
y = iris.target
210
211
# Test a more complicated flow
212
- ohe = sklearn.preprocessing.OneHotEncoder(categorical_features=[1])
+ ohe = sklearn.preprocessing.OneHotEncoder(categorical_features=[1],
213
+ handle_unknown='ignore')
214
scaler = sklearn.preprocessing.StandardScaler(with_mean=False)
215
pca = sklearn.decomposition.TruncatedSVD()
216
fs = sklearn.feature_selection.SelectPercentile(
0 commit comments