baybe icon indicating copy to clipboard operation
baybe copied to clipboard

Bayesian Optimization and Design of Experiments

Results 56 baybe issues
Sort by recently updated
recently updated
newest added

This ditches `requests` as suggested in #233

enhancement

A small user guide mentioning userfacing environment variables based on #226 rendered version on fork: https://scienfitz.github.io/baybe-dev/userguide/envvars.html

documentation

This PR fixes a few minor issues in README.md

documentation

This PR introduces different tox commands for the three key parts of doc building (linkcheck, examples and actual build) and separates the previously used large file in several smaller ones....

documentation

This PR introduces the first version of the planned callable object. Key details: - This version implements the callable exclusively for the pure recommenders. - The callable is an optional...

enhancement

This issue is intended to serve as a place where minor visual issues regarding the documentation can be collected. Once enough such have been identified, they will be resolved in...

documentation

This PR implements a breaking change by refactoring the recommender signature such that: * it accepts an optional `Objective` * it expects training data as a single dataframe in experimental...

refactor

This PR fixes #218 by adding a context manager that allows running simulations without altering the state of the global random number generators.

enhancement

In response to #223 Added - utility to convert a float number indicating the byte size of an object into a human readable format with unit - utility to estimate...

new feature

I was surprised to learn BayBE includes telemetry so deep in the project. It's uncomfortable importing a package that talks to the internet. Since > "BayBE collects anonymous usage statistics...

enhancement