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

How to load model without install casualml? #652

Open
RainFung opened this issue Aug 2, 2023 · 1 comment
Open

How to load model without install casualml? #652

RainFung opened this issue Aug 2, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@RainFung
Copy link

RainFung commented Aug 2, 2023

The casualml package contains frameworks such as tf and torch, which take up too much memory. At present, I need to use the joblib.load() function for the online model, but it requires me to install the causalml package. Is there any other lightweight solution here?

@RainFung RainFung added the enhancement New feature or request label Aug 2, 2023
@vincewu51 vincewu51 self-assigned this Aug 25, 2023
@vincewu51
Copy link
Collaborator

If tf is the only concern, causalml allows installing with/without tf. Please check the installation section in README for details.
https://github.com/uber/causalml/tree/master/envs

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

No branches or pull requests

2 participants