can't produce with serialize pipleline and can't serialize the model of sk_examples
Opened this issue · 2 comments
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')
Seems like you are using the Windows as the operating system. Try again with Linux-based (Ubuntu), the current backend library "D3M" does not Windows.
Seems like you are using the Windows as the operating system. Try again with Linux-based (Ubuntu), the current backend library "D3M" does not Windows.
thans for your answer,but I find in the sk_examples,there are some algorithm can be serialized in windows,and some cannot.
Anyway, I can continue with it,