deepset-ai/haystack-tutorials

tutorial 14 fails on nightly tests

bilgeyucel opened this issue · 2 comments

The tutorial is working fine on colab with Haystack 1.18 and on main but fails on nightly test

Hey @bilgeyucel!

SklearnQueryClassifier has been deprecated in deepset-ai/haystack#5323.

I see two options for this tutorial:

  • the SklearnQueryClassifier can stay in the tutorial until it is removed.
  • given that the same task can be done with TransformersQueryClassifier, remove it from the tutorial.

WDYT?

Hi @anakin87, thank you for doing this. We can already switch to TransformersQueryClassifier if there won't be a big difference in the tutorial flow.
I opened a separate issue to handle this update #221