Can I use cx_Freeze? #11281
Can I use cx_Freeze?
#11281
-
Is it possible to bundle my application with cx_Freeze if it contains pickled xgboost models? |
Beta Was this translation helpful? Give feedback.
Answered by
igurin-invn
Feb 25, 2025
Replies: 2 comments
-
Try it. :-) No one knows. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Our infrastructure guy figured it out. He said,
But he got it to work by setting |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
igurin-invn
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Our infrastructure guy figured it out. He said,
But he got it to work by setting
"optimize": 1, "no_compress": True
in the build options.