till-m

Results 9 issues of till-m

Fix #191 Didn't find a way of doing this that doesn't convert the generator to a list, unfortunately. To check that it works in colab (adapted from @agiveon's example): ```python...

Model constraints using Gaussian Process Regression and incorporate them into the selection of new points to sample. Cf. #326 #304 #266 #276 #190 (sort of) #189. For examples on how...

I think adding issue templates to this repository might be a good idea. Currently users often submit bug reports with problem descriptions that are not particularly helpful. Adding issue templates...

It seems that the link embedding the quantum circuit born machine picture in `CONTRIBUTING.md` is unfortunately dead. It might be a good idea to host the file in this repo...

As [has been noted](https://github.com/JuliaML/LIBSVM.jl/pull/88#issuecomment-966320382) by @barucden in #88, SVMs with user-defined/callable kernels are generally not (de-)serializable. Since the issue has recently been brought up again in conjunction with downstream changes...

Fix #178 ```python import pandas as pd from pandarallel import pandarallel data = pd.Series(list(range(1, 100000))) pandarallel.initialize(progress_bar=True) # INFO: Pandarallel will run on 8 workers. # INFO: Pandarallel will use Memory...

Redesign the way acquisition functions work. Content: - Deletes the `UtilityFunction` class and replaces it with a generic `AcquisitionFunction` base class - Delete `acq_max`, let each acquisition function handle the...

**Why?** Support for non-float parameters types is by far the most-request feature that this package doesn't have as of now. **Why this issue?** I would like to explicitly discuss if...

enhancement