tods icon indicating copy to clipboard operation
tods copied to clipboard

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

Open baojinming opened this issue 10 months ago • 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: 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

baojinming avatar Aug 24 '23 12:08 baojinming

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.

lhenry15 avatar Aug 25 '23 15:08 lhenry15

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,

baojinming avatar Aug 26 '23 06:08 baojinming