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 use method = ipw in Windows #26

Open
tomwagstaff-opml opened this issue Jan 30, 2023 · 1 comment
Open

Can't use method = ipw in Windows #26

tomwagstaff-opml opened this issue Jan 30, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tomwagstaff-opml
Copy link

Hi guys,

I'm so sorry to raise another issue, but now I have balance successfully loaded in a Python 3.10 environment, I'm trying to run through the quick start example. I can load the datasets and set targets fine, but this line:

adjusted = sample_with_target.adjust(max_de=None)

fails with the error:

ValueError: loadGlmlib does not currently work for windows

Judging by your docs on the method it's probably something to do with glmnet-python which I installed from its GitHub repo.

@talgalili
Copy link
Contributor

I'm using Mac so wasn't aware of this.
I also see it in the glmnet code: https://github.com/hanfang/glmnet_py/blob/master/glmnet_py/loadGlmLib.py

I think this will get resolved once we move to sklearn, but the ETA for this is currently end of June.

cc: @stevemandala , @SarigT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants