alan-turing-institute / autoemulate

emulate simulations easily
MIT License
17 stars 2 forks source link

`BayesSearchCV` doesn't work with certain hyperparameters #78

Open mastoffel opened 10 months ago

mastoffel commented 10 months ago

e.g. Kernel functions in GPs or hidden_layer_sizes sizes in neural networks.

see here and here

Should be possible to modify fit() so that input can be str instead of callables and tuples.

kallewesterling commented 8 months ago

@mastoffel this wasn't finished in the last sprint, right?

mastoffel commented 8 months ago

@mastoffel this wasn't finished in the last sprint, right?

Right, still needs to be done.