Results 6 issues of Tobias Morville

First off, thanks for developing and sharing this interesting package. I've forked the repo and all test cases work fine. This is probably related to #14, but I've made a...

I have been playing around with the DCBTrainer and found some potential inconsistencies. 1) **StatlogData** example found [here](https://genrl.readthedocs.io/en/latest/usage/tutorials/bandit/contextual_overview.html) ``` from genrl.utils import StatlogDataBandit bandit = StatlogDataBandit(download=True) context = bandit.reset() from...

Add a easy-to-use handle that saves the mapping between features values to their categorical label.

After a fresh `git clone` and `docker build -t dl/floydhub -f Dockerfile.cpu .` the building process stops at step 12/34 with ``` The command '/bin/sh -c pip --no-cache-dir install pyopenssl...

I often have 2-3 different sessions with Sublime + iTerm2 open. Using a simple batch script, I have set my iTerm2 to change colours (by activating a different iTerm user)...

I've followed your install and usage steps and after doing `curl -X POST -H "Authorization: Token 034b6712fd7b2f0bfda2de5717fe6e69d53af7f8" -F file=@/Users/tmo/tmp/nlp_search480.mp4 http://127.0.0.1:8000/api/v1/videos/0sqmLiEuLpGJ/upload/` I access ``http://127.0.0.1:8000/api/v1/videos/`` which is empty: ``` HTTP 200 OK...

question