Narayan
Narayan
Thanks for the steer @Yard1. So far, all my code has been entirely SKLearn compatible which allows me to reuse the same workflows for various HP search techniques such as...
Hello, I have managed to tune hyperparameters for a classifier within a pipeline using the latest version 0.3. However, when I try to tune hyperparameters for transformers within the same...
I tested the multimetric feature in the unofficial branch and it works fine. Thanks, Narayan
@leweex95 This may be addressed by an unofficial fork here https://github.com/scikit-optimize/scikit-optimize/issues/1071 I use it too. Hope this helps. Narayan
Hello, My system details are below: OS: Windows 11 Home Python: 3.9.13 cuda: 11.8 (this is cuda-python installed via conda; I don't have cuda installed directly in Windows) I do...
Found this in the python documentation that may explain the issue: [(https://docs.python.org/3/whatsnew/3.8.html#ctypes)](url) Hope this helps to fix the code.
> Hi, this is still an issue for me as well. Could you point me to where exactly I should download a version without this fault? Thanks. @epenney1 see link...
Hello, @Kurt-Liuhf just wondering if you've had a chance to look into this yet?
Hi @Yard1 On further digging, I tried out the following scenarios and came across these observations 1) I realised that the status quo is actually worse than what I had...