nicholas
nicholas
Interface-wise, added a `doc` argument to the attribute definition would be a clean and simple way to add the functionality on the front-end, leaving and clever parts behind the scenes,...
All seem like good ideas, @hynek @wsanchez Your suggested `doc-formatter` argument to `attr.s` could also just be an option from a (probably short) list of available common formatting styles. So...
This would be great to have... I keep getting unreadable hostnames, making this functionality useless. @b-ryan (or other maintainers) - any reason this isn't being merged?
Thanks - I had figured it out in the end. There really aren't any restrictions and it should be simply something meaningful in terms of the available computational/time budget for...
It depends on how long you want to wait, how long 1 epoch takes and how much compute you are willing to spend. Given 300 epochs for a full training,...
You're welcome! Best source for actually building this pipeline is the hpbandster documentation... Or if I were to write blog;) To better understand the process of optimisation, I'd suggest the...
I am also getting the same error message. I tried [the proposed solution in this issue here](https://github.com/jupyter/help/issues/442), but it did not help My conda environment in Ubuntu 16.06 with the...
There are other issues about this. Currently, I believe you have to stick to python 3.6.6 to be able to use the latest Jupyter. I did hack the function producing...
Adding the examples as you did will show up just as you typed them if someone executes: ```bash naval_fate --help ``` does that break something for you? It works for...
Apologies from not coming back to this sooner (original post 6 months ago!). This is just a quick update, but I will try to create a minimal reproducible example. @hofnerb...