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 b251339 commit 164c8e4Copy full SHA for 164c8e4
tests/modules/scoring/test_catboost.py
@@ -170,6 +170,7 @@ def test_catboost_in_pipeline(dataset):
170
]
171
172
pipeline = Pipeline.from_search_space(search_space)
173
+ pipeline.set_config(get_test_embedder_config())
174
pipeline.fit(dataset)
175
predictions = pipeline.predict(["test utterance"])
176
assert len(predictions) == 1
0 commit comments