Skip to content

Implementation of early stopping feature.#63

Merged
yury-lysogorskiy merged 1 commit intomasterfrom
feature/early_stop
Feb 2, 2024
Merged

Implementation of early stopping feature.#63
yury-lysogorskiy merged 1 commit intomasterfrom
feature/early_stop

Conversation

@yury-lysogorskiy
Copy link
Member

Adding following parameters to input.yaml::fit:
min_relative_train_loss_per_iter: 5e-5
min_relative_test_loss_per_iter: 1e-5
early_stopping_patience: 10

Adding following parameters to input.yaml::fit:
  min_relative_train_loss_per_iter: 5e-5
  min_relative_test_loss_per_iter: 1e-5
  early_stopping_patience: 10
@yury-lysogorskiy yury-lysogorskiy self-assigned this Feb 2, 2024
@yury-lysogorskiy yury-lysogorskiy merged commit 23e0448 into master Feb 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant