Ilia
Ilia
In this PR, an attempt to implement the proposal from issue #159 is made. The idea is to write custom `get_params` and `set_params` methods that are compatible with `scikit-learn` grid...
Probably I've missed something, but is it possible to achieve `argparse` like behavior when using `docopt`? I mean, if the following doc string is provided: ``` Usage: utility.py --alpha=ALPHA --beta=BETA...
Establishes a setup for testing described in #84. The purpose of this PR is to enable users for writing unit tests for the backend and, probably, discord-bot components of the...
I've encountered a problem with `yapf==0.32` when processing code with multiple context managers. Here is an example. ```python # context.py from contextlib import contextmanager @contextmanager def manager1(x): yield x +...