Hello authors,
Thanks for great code,
there are tow problem that i don't kown how to solve it
I am trying to use the way of BruteForceSearch to get a more effective model,but i can not produce pipeline with produce_fitted_pipeline(),there is always wrong As follows:

I can not serialize the train model in the sk_examples either,Can you tell me how to solve it.
transformer = DeepLogSKI()
transformer.fit(X_train)
joblib.dump(transformer, 'detect_model.pkl')
