maggy icon indicating copy to clipboard operation
maggy copied to clipboard

lagom() got an unexpected keyword argument 'searchspace'

Open sreenathelloti opened this issue 2 years ago • 0 comments


TypeError Traceback (most recent call last) in ----> 1 result = experiment.lagom(embeddings_computer, 2 searchspace=sp, 3 optimizer='randomsearch', 4 direction='max', 5 num_trials=2,

TypeError: lagom() got an unexpected keyword argument 'searchspace'

sreenathelloti avatar Jul 15 '22 05:07 sreenathelloti