We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17236ea commit ff23287Copy full SHA for ff23287
examples/README.md
@@ -1,3 +1,4 @@
1
+# Example
2
3
This directory contains example scripts demonstrating ATHENA's functionality.
4
@@ -19,4 +20,5 @@ To run the example:
19
20
python feature_map_bayes_opt_example.py
21
```
22
-This shows how the `'bso'` method in `tune_pr_matrix` now uses the`bayesian-optimization` package as a replacement for the previous GPyOpt dependency.
23
+This shows how the `'bso'` method in `tune_pr_matrix` now uses the `bayesian-optimization`
24
+package as a replacement for the previous GPyOpt dependency.
0 commit comments