You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 10, 2021. It is now read-only.
I want to test the best network I obtained during the fit on new data and with other scoring function. However, the _train_layer function does not seem to keep the best network so far in memory. This prevents me from using the n_stable argument as the network starts to overfit and the value I get is possibly far from the best I could obtain. Is there a way to reset the network to the parameters of the best iteration?