Skip to content

can't produce with serialize pipleline and can't serialize the model of sk_examples #109

@baojinming

Description

@baojinming

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:
image

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')
image

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions