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

Fix DNGO tuner class name #3707

Merged
merged 2 commits into from
Jun 2, 2021
Merged

Conversation

ultmaster
Copy link
Contributor

Fixed an issue that DNGO tuner name is not consistent in python file and yaml.

@ultmaster ultmaster merged commit f579f17 into microsoft:master Jun 2, 2021
@@ -40,7 +40,7 @@ def _random_config(search_space, random_state):
return chosen_config


class DngoTuner(Tuner):
class DNGOTuner(Tuner):
Copy link
Contributor

Choose a reason for hiding this comment

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

BTW, do we update doc accordingly?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The docs were correct in the first place.

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.

None yet

3 participants