You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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')
The text was updated successfully, but these errors were encountered:
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,
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')
The text was updated successfully, but these errors were encountered: