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

Document how to implement custom models #2474

Closed
wants to merge 14 commits into from
1,037 changes: 1,037 additions & 0 deletions tutorials/custom_model.ipynb

Large diffs are not rendered by default.

6 changes: 5 additions & 1 deletion website/tutorials.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@
{
"id": "ibnn_bo",
"title": "Bayesian optimization with infinite-width neural networks"
},
{
"id": "custom_model",
"title": "Writing a custom model with the Model and Posterior Interfaces"
}
],
"Multi-Objective Bayesian Optimization": [
Expand Down Expand Up @@ -153,4 +157,4 @@
"title": "Composite Bayesian Optimization with Multi-Task Gaussian Processes"
}
]
}
}
Copy link
Member

Choose a reason for hiding this comment

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

What happened here, a whitespace change?

Loading