Simple, but essential Bayesian optimization package
Project description
BayesO: A Bayesian Optimization Framework in Python
Simple, but essential Bayesian optimization package.
Installation
We recommend installing it with virtualenv
.
You can choose one of three installation options.
- Using PyPI repository (for user installation)
To install the released version in PyPI repository, command it.
$ pip install bayeso
- Using source code (for developer installation)
To install bayeso
from source code, command the following in the bayeso
root.
pip install .
- Using source code (for editable development mode)
To use editable development mode, command the following in the bayeso
root.
pip install -e .
If you want to install the packages required for optional features, development, and examples, you can simply add [optional]
, [dev]
, and [examples]
.
For example, pip install .[dev]
or pip install -e .[dev]
.
- Uninstallation
If you would like to uninstall bayeso
, command it.
$ pip uninstall bayeso
Supported Python Version
We test our package in the following versions.
- Python 3.7
- Python 3.8
- Python 3.9
- Python 3.10
- Python 3.11
Examples and Tests
We provide a list of examples and a list of tests.
Citation
@article{KimJ2023joss,
author={Kim, Jungtaek and Choi, Seungjin},
title={{BayesO}: A {Bayesian} optimization framework in {Python}},
journal={Journal of Open Source Software},
volume={8},
number={90},
pages={5320},
year={2023}
}
License
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file bayeso-0.6.0.tar.gz
.
File metadata
- Download URL: bayeso-0.6.0.tar.gz
- Upload date:
- Size: 44.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4e5e2a754f996e07a1022e27f5b443c55ff0cbc2fcb108193b169375a6276155 |
|
MD5 | 2ae17563e913604e28d68096d8187bb3 |
|
BLAKE2b-256 | 268295b07b477c24d42ecdae850d84d52e6227e2df2aa8809a503bf67ed569fd |
File details
Details for the file bayeso-0.6.0-py3-none-any.whl
.
File metadata
- Download URL: bayeso-0.6.0-py3-none-any.whl
- Upload date:
- Size: 62.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.11.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab83da44afe28931ce3adcd8929f80a4197e975d515a798b9e7f9bf123b03c18 |
|
MD5 | 9ab239de2af133c304ef6d4a12b43f9e |
|
BLAKE2b-256 | d78d1949a1476344c7539510910e56bb691be36c74de8c4410bef81bdd6c6b6e |