Luke Plausin

Results 5 comments of Luke Plausin

I get this exception when using eli5 as installed from pypi ``` Traceback (most recent call last): File "", line 1, in File "/home/luke/.virtualenvs/myenv/lib/python3.8/site-packages/eli5/__init__.py", line 13, in from .sklearn import...

Yes I think this would need some unit tests. I've not gotten around to doing one just yet!

I'm getting this issue with the latest version in PyPI while trying the examples on the readme. ```python with etcd_client.lock('lock') as lock: # do something print('start lock) import time time.sleep(30)...

I would also like this feature. We reverted from using `awsvpc` networking mode back to `host` mode after production outages caused by ENI trunking issues. Now we cannot use service...

Having issues setting a named profile with a role ARN in AWS EKS due to this problem. Now it seems like there is no way to use cross-account IAM roles...