balance
balance copied to clipboard
Can't use `method = ipw` in Windows
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.
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