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

update method call and rerun notebooks #77

Merged

Conversation

amueller
Copy link
Contributor

minor fixup for class notebooks @bpkroth @byte-sculptor

@@ -485,7 +485,7 @@
"# evaluate the surrogate\n",
"surrogate_predictions = optimizer.predict(pd.DataFrame({'x': line})).get_dataframe()\n",
"# plot observations\n",
"feature_values, target_values = optimizer.get_experiment_data()\n",
"feature_values, target_values = optimizer.get_all_observations()\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the main substantial change in this PR, the method was renamed.

Copy link
Contributor

Choose a reason for hiding this comment

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

This type of thing should get caught when we finish #55

@@ -103,8 +103,8 @@
"text/plain": [
"smart_cache_config\n",
"implementation: [LRU, MRU]\n",
"lru_cache_config.cache_size: {1, 1 + 1, ... , 4096}\n",
"mru_cache_config.cache_size: {1, 1 + 1, ... , 4096}"
"lru_cache_config.cache_size: {1, 2, 3, ... , 4096}\n",
Copy link
Contributor Author

Choose a reason for hiding this comment

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

this is a meaningful change in output because of updates in the code. The remaining changes are incidental. yay!

@bpkroth
Copy link
Contributor

bpkroth commented Sep 14, 2020

Assuming you tested it, so LGTM!

@amueller amueller merged commit 26bfe0f into microsoft:main Sep 14, 2020
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.

2 participants