You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make the library more accessible, all the publicly facing methods should be properly documented. In addition example Jupyter notebooks could be beneficial to illustrate how the library is to be used.
Differences to the parent library scikit-optimize need to be clear.
To do
Set up API reference in sphinx
Write the docstrings for
Optimizer(...)
Optimizer.tell(...)
Optimizer.ask()
Optimizer.run(...)
BayesGPR.theta (property)
BayesGPR.noise_set_to_zero (context manager)
BayesGPR.sample(...)
BayesGPR.fit(...)
BayesGPR.sample_y(...)
Acquisition functions:
PVRS
MaxValueSearch
ExpectedImprovement
TopTwoEI
LCB
Expectation
ThompsonSampling
VarianceReduction
Write example notebooks for
How to fit a BayesGPR to a simple noisy 1d function
How to optimize a simple noisy 1d function
How to warm start an optimization
How to save/resume
How to save the hyperposterior and load it for the next optimization
Write usage instructions in sphinx
Link notebooks to sphinx
The text was updated successfully, but these errors were encountered:
To make the library more accessible, all the publicly facing methods should be properly documented. In addition example Jupyter notebooks could be beneficial to illustrate how the library is to be used.
Differences to the parent library scikit-optimize need to be clear.
To do
Optimizer(...)
Optimizer.tell(...)
Optimizer.ask()
Optimizer.run(...)
BayesGPR.theta
(property)BayesGPR.noise_set_to_zero
(context manager)BayesGPR.sample(...)
BayesGPR.fit(...)
BayesGPR.sample_y(...)
PVRS
MaxValueSearch
ExpectedImprovement
TopTwoEI
LCB
Expectation
ThompsonSampling
VarianceReduction
BayesGPR
to a simple noisy 1d functionThe text was updated successfully, but these errors were encountered: