Benjamin Bossan
Benjamin Bossan
We should add guidelines on how to contribute.
skorch has pretty good support for learning rate schedulers but unfortunately, they are not well documented yet. I would like to see either a dedicated section in the docs or...
If possible, add a scoring callback class that accepts an ignite metric as scoring function (see [here](https://github.com/pytorch/ignite/tree/master/ignite/metrics)).
Currently, color highlighting is homebrew. We could use a package instead, e.g. https://github.com/tartley/colorama. Advantages: * potentially more features * claims to work on Windows * no more custom code (Enum...
At the moment, only the model can be persisted and loaded. However, there are scenarios that necessitate saving and loading additional data. E.g., assume that we have a regression problem....