George
George
Same issue happened for me: ``` File "/usr/local/lib/python3.6/dist-packages/lightgbm/engine.py", line 228, in train booster = Booster(params=params, train_set=train_set) File "/usr/local/lib/python3.6/dist-packages/lightgbm/basic.py", line 2237, in __init__ ctypes.byref(self.handle))) File "/usr/local/lib/python3.6/dist-packages/lightgbm/basic.py", line 110, in _safe_call raise...
Some of the values are categorical in my case but not as many as 257 different ones, combined with @pseudotensor comment, I assume this is something else.
I'm curios if there've been any updates to this ? It seems like it could be done outside of schanck by just automatically looking at new comments and mailing the...
I've encountered this same issue and it's rather annoying... arguably Google's fault for being horrible, but still would be good to mention in the docs if this can be made...
Found a fix for this :) ``` npm install passport-google-oauth20@2 --save ``` Then edit the `GoogleStrategy` variable in ` src/auth.js` by changing the import to: ``` const GoogleStrategy = require('passport-google-oauth20')...
had the same issue, fix by changing all references to `localhost` into `local.host` and adding this to our /etc/hosts file as: ``` 127.0.0.1 local.host 127.0.0.1 schnack.local.host ``` (Note: instead of...
Any updates on this one?
It should be noted I already have the C aerospike client installed on my machine, so I guess the issue here would be providing an install script that doesn't try...
I'm away from my laptop right now, I will try this first thing tomorrow and close the issue if it works, though it would be nice to add that info...
Would also help if you updated the docs or at least the readme, as it stands it seems like the version on pypi does not conform at all to the...