Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
baojinming opened this issue Aug 24, 2023 · 2 comments
Assignees

Comments

@baojinming
Copy link

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

@lhenry15
Copy link
Member

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.

@baojinming
Copy link
Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants