-
Notifications
You must be signed in to change notification settings - Fork 86
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
Looking for an example for loading from a Stream source #144
Comments
I’m early in exploring this repo but looking for the same capability. I think maybe it can be done with the methods that load from a TextReader:
|
It seems to me that for xgboost classifiers and regressors, this may not apply, at least for now. |
Hi @Yandychang1 Not sure if you already found an alternative for this. It is possible to load using a From a quick look there does not seem to be an obvious way to instantiate the |
I noticed the same thing, so far I have not found a way to fix this. |
I am looking for an example to load a trained XGBoostClassifier model from a Stream rather than from a file. I am planning to save it as an embedded resource, so I want the ability to load my model from a DLL.
The text was updated successfully, but these errors were encountered: