Petteri U. Ranta

Results 3 comments of Petteri U. Ranta

Would changing this behavior break something somewhere else? https://github.com/skorch-dev/skorch/blob/7a845682be15956a132c3817f0431177a620fee5/skorch/net.py#L714-L724 I'm thinking in the lines of making the iteration check against the `history` attribute for the last epoch number. But then...

As odd as it might sound to you guys, I'm actually not after sklearn-compatibility here. The idea of having a parameter named as `max_epochs` which is actually used in the...

@githubnemo As indicated by earlier discussion,I expected `max_epochs` to be a training session scope variable. Now it is just a variable used to set a maximum length of a single...