Skip to content

Commit

Permalink
Update broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
apaleyes authored Nov 24, 2023
1 parent f442523 commit 058be37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _posts/2016-06-12-bayesian-optimization.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ results = bayesopt_loop.get_results()

Note that you can use other models and acquisitions of your own in this loop.

Check our list of [notebooks](http://nbviewer.jupyter.org/github/amzn/emukit/blob/master/notebooks/index.ipynb) and [examples](https://github.com/amzn/emukit/tree/master/emukit/examples) if you want to learn more about how to do Bayesian optimization and other methods with Emukit. You can also check the Emukit [documentation](https://emukit.readthedocs.io/en/latest/).
Check our list of [notebooks](http://nbviewer.jupyter.org/github/emukit/emukit/blob/master/notebooks/index.ipynb) and [examples](https://github.com/emukit/emukit/tree/master/emukit/examples) if you want to learn more about how to do Bayesian optimization and other methods with Emukit. You can also check the Emukit [documentation](https://emukit.readthedocs.io/en/latest/).

We’re always open to contributions! Please read our [contribution guidelines](https://github.com/amzn/emukit/blob/master/CONTRIBUTING.md) for more information. We are particularly interested in contributions
We’re always open to contributions! Please read our [contribution guidelines](https://github.com/emukit/emukit/blob/master/CONTRIBUTING.md) for more information. We are particularly interested in contributions
regarding examples and tutorials.

#### References on Bayesian optimization
Expand Down

0 comments on commit 058be37

Please sign in to comment.