Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ML] Fix scale initialization #1650

Merged
merged 1 commit into from
Jan 11, 2021
Merged

Conversation

valeriy42
Copy link
Contributor

@valeriy42 valeriy42 commented Jan 8, 2021

This PR completes the assignment of hyperparameters using enumeration, which was started in #1627. Using enums instead of fixed order allows preventing bugs if new hyperparameters will be added.

@valeriy42 valeriy42 marked this pull request as ready for review January 11, 2021 11:37
@valeriy42 valeriy42 requested a review from tveasey January 11, 2021 11:37
Copy link
Contributor

@tveasey tveasey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@valeriy42 valeriy42 merged commit 1c7ace1 into elastic:master Jan 11, 2021
valeriy42 added a commit to valeriy42/ml-cpp that referenced this pull request Jan 11, 2021
This PR completes the assignment of hyperparameters using enumeration, which was started in elastic#1627. Using enums instead of fixed order allows preventing bugs if new hyperparameters will be added.
valeriy42 added a commit that referenced this pull request Jan 12, 2021
This PR completes the assignment of hyperparameters using enumeration, which was started in #1627. Using enums instead of fixed order allows preventing bugs if new hyperparameters will be added.

Backport for #1650.
@valeriy42 valeriy42 deleted the scale-fix branch March 1, 2021 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants